Html Css Color HEX #BBAECC Moon Raker

📋 copy color: '#BBAECC'

red 187 ◦ green 174 ◦ blue 204

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

Shades of Moon Raker #BBAECC

Tints of Moon Raker #BBAECC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.8%

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

R = 33.1%
G = 30.8%
B = 36.11%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BBAECC (or 0xBBAECC) is known color: Moon Raker. HEX triplet: BB, AE and CC. RGB value is (187,174,204). Sum of RGB (Red+Green+Blue) = 187+174+204=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBAECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAECC is #445133. Grayscale: #B5B5B5. Windows color (decimal): -4477236 or 13414075. OLE color: 13414075.

HSL color Cylindrical-coordinate representation of color #BBAECC: hue angle of 266º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBAECC is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 174 204 -
CMYK 0.08 0.15 0 0.2
HSL 266º 0.23% 0.74% -
HSV(B) 266º 0.15% 0.8% -
XYZ 46.53 45.2 63.4 -
YUV 181.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 187 174 204 0.08 0.15 0 0.2 266 0.23 0.74
Hex BB AE CC 8 F 0 14 10A 17 4A
Octal 273 256 314 10 17 0 24 412 27 112
Binary 10111011 10101110 11001100 1000 1111 0 10100 100001010 10111 1001010

Color Harmonies of #BBAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAECC

Black with #BBAECC

Text Example


Text Example

White with #BBAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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