Html Css Color HEX #BCAFCC Moon Raker

📋 copy color: '#BCAFCC'

red 188 ◦ green 175 ◦ blue 204

#BCAFCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #BCAFCC

Tints of Moon Raker #BCAFCC

RGB

 RED value IS 188 (73.83% from 255) = 33.16%

 GREEN value IS 175 (68.75% from 255) = 30.86%

 BLUE value IS 204 (80.08% from 255) = 35.98%

R = 33.16%
G = 30.86%
B = 35.98%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BCAFCC (or 0xBCAFCC) is known color: Moon Raker. HEX triplet: BC, AF and CC. RGB value is (188,175,204). Sum of RGB (Red+Green+Blue) = 188+175+204=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCAFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFCC is #435033. Grayscale: #B6B6B6. Windows color (decimal): -4411444 or 13414332. OLE color: 13414332.

HSL color Cylindrical-coordinate representation of color #BCAFCC: hue angle of 266.9º degrees, saturation: 0.22, 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 #BCAFCC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 175 204 -
CMYK 0.08 0.14 0 0.2
HSL 266.9º 0.22% 0.74% -
HSV(B) 266.9º 0.14% 0.8% -
XYZ 46.97 45.71 63.47 -
YUV 182.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 188 175 204 0.08 0.14 0 0.2 266.9 0.22 0.74
Hex BC AF CC 8 E 0 14 10B 16 4A
Octal 274 257 314 10 16 0 24 413 26 112
Binary 10111100 10101111 11001100 1000 1110 0 10100 100001011 10110 1001010

Color Harmonies of #BCAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAFCC

Black with #BCAFCC

Text Example


Text Example

White with #BCAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAFCC; }

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

 H1.HeaderClassName
 {
   color: #BCAFCC;
 }
 .AnyTagClassName
 {
   color: #BCAFCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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