#BBAECA

Color #BBAECA Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #BBAECA

Tints of Moon Raker #BBAECA

Color information

#BBAECA (or 0xBBAECA) is unknown color: approx 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

RGB187174202-
CMYK0.070.1400.21
HSL267.86º20.9%73.73%-
HSV(B)267.86º13.86%79.22%-
XYZ46.2945.162.14-
YUV181.08139.81132.22-

RGB Variations

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

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.30% from 255) = 35.88%
R=33.21%
G=30.91%
B=35.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871742020.070.1400.21267.8620.973.73
HexBBAECA7E01510c154a
Octal27325631271602541425112
Binary1011101110101110110010101111110010101100001100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>