#bbafcb

Color #BBAFCB Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #BBAFCB

Tints of Moon Raker #BBAFCB

Color information

#BBAFCB (or 0xBBAFCB) is unknown color: approx Moon Raker. HEX triplet: BB, AF and CB. RGB value is (187,175,203). Sum of RGB (Red+Green+Blue) = 187+175+203=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBAFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFCB is #445034. Grayscale: #B5B5B5. Windows color (decimal): -4476981 or 13348795. OLE color: 13348795.

HSL color Cylindrical-coordinate representation of color #BBAFCB: hue angle of 265.71º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBAFCB is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187175203-
CMYK0.080.1400.20
HSL265.71º21.21%74.12%-
HSV(B)265.71º13.79%79.61%-
XYZ46.645.5462.83-
YUV181.78139.98131.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=33.10%
G=30.97%
B=35.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871752030.080.1400.20265.7121.2174.12
HexBBAFCB8E01410a154a
Octal273257313101602441225112
Binary10111011101011111100101110001110010100100001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbafcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbafcb; }

 p { color: rgb(187,175,203); }

 H1.HeaderClassName
 {
   color: #bbafcb;
 }
 .AnyTagClassName
 {
   color: #bbafcb;
 }
</style>
background-color css

<style>
 a { background-color: #bbafcb; }

 a { background-color: rgb(187,175,203); }

 div.DivClassName
 {
   background-color: #bbafcb;
 }
 .BgClassName
 {
   background-color: #bbafcb;
 }
</style>
border-color css

<style>
 span { border-color: #bbafcb; }

 span { border-color: rgb(187,175,203); }

 td.TdClassName
 {
   border-color: #bbafcb;
 }
 .TagClassName
 {
   border-color: #bbafcb;
 }
</style>