Html Css Color HEX #BBAFCC Moon Raker

📋 copy color: '#BBAFCC'

red 187 ◦ green 175 ◦ blue 204

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

Shades of Moon Raker #BBAFCC

Tints of Moon Raker #BBAFCC

RGB

 RED value IS 187 (73.44% from 255) = 33.04%

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

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

R = 33.04%
G = 30.92%
B = 36.04%

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

#BBAFCC (or 0xBBAFCC) is known color: Moon Raker. HEX triplet: BB, AF and CC. RGB value is (187,175,204). Sum of RGB (Red+Green+Blue) = 187+175+204=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBAFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFCC is #445033. Grayscale: #B5B5B5. Windows color (decimal): -4476980 or 13414331. OLE color: 13414331.

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

Color convert

RGB 187 175 204 -
CMYK 0.08 0.14 0 0.2
HSL 264.83º 0.22% 0.74% -
HSV(B) 264.83º 0.14% 0.8% -
XYZ 46.72 45.58 63.46 -
YUV 181.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 187 175 204 0.08 0.14 0 0.2 264.83 0.22 0.74
Hex BB AF CC 8 E 0 14 109 16 4A
Octal 273 257 314 10 16 0 24 411 26 112
Binary 10111011 10101111 11001100 1000 1110 0 10100 100001001 10110 1001010

Color Harmonies of #BBAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFCC

Black with #BBAFCC

Text Example


Text Example

White with #BBAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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