#BBAED7

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

Shades of Moon Raker #BBAED7

Tints of Moon Raker #BBAED7

Color information

#BBAED7 (or 0xBBAED7) is unknown color: approx Moon Raker. HEX triplet: BB, AE and D7. RGB value is (187,174,215). Sum of RGB (Red+Green+Blue) = 187+174+215=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBAED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAED7 is #445128. Grayscale: #B6B6B6. Windows color (decimal): -4477225 or 14134971. OLE color: 14134971.

HSL color Cylindrical-coordinate representation of color #BBAED7: hue angle of 259.02º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBAED7 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187174215-
CMYK0.130.1900.16
HSL259.02º33.88%76.27%-
HSV(B)259.02º19.07%84.31%-
XYZ47.945.7470.59-
YUV182.56146.31131.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.47%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 215 (84.38% from 255) = 37.33%
R=32.47%
G=30.21%
B=37.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871742150.130.1900.16259.0233.8876.27
HexBBAED7D13010103224c
Octal273256327152302040342114
Binary1011101110101110110101111101100110100001000000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAED7; }

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

 H1.HeaderClassName
 {
   color: #BBAED7;
 }
 .AnyTagClassName
 {
   color: #BBAED7;
 }
</style>
background-color css

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

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

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

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

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

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