Html Css Color HEX #BBAECD Moon Raker

📋 copy color: '#BBAECD'

red 187 ◦ green 174 ◦ blue 205

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

Shades of Moon Raker #BBAECD

Tints of Moon Raker #BBAECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 33.04%
G = 30.74%
B = 36.22%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBAECD (or 0xBBAECD) is known color: Moon Raker. HEX triplet: BB, AE and CD. RGB value is (187,174,205). Sum of RGB (Red+Green+Blue) = 187+174+205=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBAECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAECD is #445132. Grayscale: #B5B5B5. Windows color (decimal): -4477235 or 13479611. OLE color: 13479611.

HSL color Cylindrical-coordinate representation of color #BBAECD: hue angle of 265.16º degrees, saturation: 0.24, 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 #BBAECD is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 174 205 -
CMYK 0.09 0.15 0 0.20
HSL 265.16º 0.24% 0.74% -
HSV(B) 265.16º 0.15% 0.8% -
XYZ 46.65 45.24 64.03 -
YUV 181.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 187 174 205 0.09 0.15 0 0.20 265.16 0.24 0.74
Hex BB AE CD 9 F 0 14 109 18 4A
Octal 273 256 315 11 17 0 24 411 30 112
Binary 10111011 10101110 11001101 1001 1111 0 10100 100001001 11000 1001010

Color Harmonies of #BBAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAECD

Black with #BBAECD

Text Example


Text Example

White with #BBAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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