#BCAFD2

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

Shades of Moon Raker #BCAFD2

Tints of Moon Raker #BCAFD2

Color information

#BCAFD2 (or 0xBCAFD2) is unknown color: approx Moon Raker. HEX triplet: BC, AF and D2. RGB value is (188,175,210). Sum of RGB (Red+Green+Blue) = 188+175+210=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCAFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFD2 is #43502D. Grayscale: #B6B6B6. Windows color (decimal): -4411438 or 13807548. OLE color: 13807548.

HSL color Cylindrical-coordinate representation of color #BCAFD2: hue angle of 262.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCAFD2 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188175210-
CMYK0.100.1700.18
HSL262.29º28%75.49%-
HSV(B)262.29º16.67%82.35%-
XYZ47.74667.34-
YUV182.88143.31131.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 210 (82.42% from 255) = 36.65%
R=32.81%
G=30.54%
B=36.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881752100.100.1700.18262.292875.49
HexBCAFD2A110121061c4b
Octal274257322122102240634113
Binary101111001010111111010010101010001010010100000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFD2; }

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

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

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

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

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

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

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

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