#BCAFCA

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

Shades of Moon Raker #BCAFCA

Tints of Moon Raker #BCAFCA

Color information

#BCAFCA (or 0xBCAFCA) is unknown color: approx Moon Raker. HEX triplet: BC, AF and CA. RGB value is (188,175,202). Sum of RGB (Red+Green+Blue) = 188+175+202=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCAFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFCA is #435035. Grayscale: #B5B5B5. Windows color (decimal): -4411446 or 13283260. OLE color: 13283260.

HSL color Cylindrical-coordinate representation of color #BCAFCA: hue angle of 268.89º 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 #BCAFCA is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188175202-
CMYK0.070.1300.21
HSL268.89º20.3%73.92%-
HSV(B)268.89º13.37%79.22%-
XYZ46.7345.6262.22-
YUV181.96139.31132.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=33.27%
G=30.97%
B=35.75%

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
Decimal1881752020.070.1300.21268.8920.373.92
HexBCAFCA7D01510d144a
Octal27425731271502541524112
Binary1011110010101111110010101111101010101100001101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFCA; }

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

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

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

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

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

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

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

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