#BCAFCF

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

Shades of Moon Raker #BCAFCF

Tints of Moon Raker #BCAFCF

Color information

#BCAFCF (or 0xBCAFCF) is unknown color: approx Moon Raker. HEX triplet: BC, AF and CF. RGB value is (188,175,207). Sum of RGB (Red+Green+Blue) = 188+175+207=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFCF is #435030. Grayscale: #B6B6B6. Windows color (decimal): -4411441 or 13610940. OLE color: 13610940.

HSL color Cylindrical-coordinate representation of color #BCAFCF: hue angle of 264.38º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCAFCF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188175207-
CMYK0.090.1500.19
HSL264.38º25%74.9%-
HSV(B)264.38º15.46%81.18%-
XYZ47.3345.8665.39-
YUV182.54141.81131.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=32.98%
G=30.70%
B=36.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881752070.090.1500.19264.382574.9
HexBCAFCF9F013108194b
Octal274257317111702341031113
Binary10111100101011111100111110011111010011100001000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFCF; }

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

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

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

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

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

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

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

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