Html Css Color HEX #BBAECA Moon Raker

📋 copy color: '#BBAECA'

red 187 ◦ green 174 ◦ blue 202

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

Shades of Moon Raker #BBAECA

Tints of Moon Raker #BBAECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.88%

R = 33.21%
G = 30.91%
B = 35.88%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBAECA (or 0xBBAECA) is known color: Moon Raker. HEX triplet: BB, AE and CA. RGB value is (187,174,202). Sum of RGB (Red+Green+Blue) = 187+174+202=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAECA is #445135. Grayscale: #B4B4B4. Windows color (decimal): -4477238 or 13283003. OLE color: 13283003.

HSL color Cylindrical-coordinate representation of color #BBAECA: hue angle of 267.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBAECA is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 174 202 -
CMYK 0.07 0.14 0 0.21
HSL 267.86º 0.21% 0.74% -
HSV(B) 267.86º 0.14% 0.79% -
XYZ 46.29 45.1 62.14 -
YUV 181.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 187 174 202 0.07 0.14 0 0.21 267.86 0.21 0.74
Hex BB AE CA 7 E 0 15 10C 15 4A
Octal 273 256 312 7 16 0 25 414 25 112
Binary 10111011 10101110 11001010 111 1110 0 10101 100001100 10101 1001010

Color Harmonies of #BBAECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAECA

Black with #BBAECA

Text Example


Text Example

White with #BBAECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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