#BBAFCA

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

Shades of Moon Raker #BBAFCA

Tints of Moon Raker #BBAFCA

Color information

#BBAFCA (or 0xBBAFCA) is unknown color: approx Moon Raker. HEX triplet: BB, AF and CA. RGB value is (187,175,202). Sum of RGB (Red+Green+Blue) = 187+175+202=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBAFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFCA is #445035. Grayscale: #B5B5B5. Windows color (decimal): -4476982 or 13283259. OLE color: 13283259.

HSL color Cylindrical-coordinate representation of color #BBAFCA: hue angle of 266.67º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBAFCA is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187175202-
CMYK0.070.1300.21
HSL266.67º20.3%73.92%-
HSV(B)266.67º13.37%79.22%-
XYZ46.4845.4962.21-
YUV181.67139.48131.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=33.16%
G=31.03%
B=35.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871752020.070.1300.21266.6720.373.92
HexBBAFCA7D01510b144a
Octal27325731271502541324112
Binary1011101110101111110010101111101010101100001011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFCA; }

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

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

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

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

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

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

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

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