#BBAED1

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

Shades of Moon Raker #BBAED1

Tints of Moon Raker #BBAED1

Color information

#BBAED1 (or 0xBBAED1) is unknown color: approx Moon Raker. HEX triplet: BB, AE and D1. RGB value is (187,174,209). Sum of RGB (Red+Green+Blue) = 187+174+209=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAED1 is #44512E. Grayscale: #B5B5B5. Windows color (decimal): -4477231 or 13741755. OLE color: 13741755.

HSL color Cylindrical-coordinate representation of color #BBAED1: hue angle of 262.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBAED1 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187174209-
CMYK0.110.1700.18
HSL262.29º27.56%75.1%-
HSV(B)262.29º16.75%81.96%-
XYZ47.1445.4466.61-
YUV181.88143.31131.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 209 (82.03% from 255) = 36.67%
R=32.81%
G=30.53%
B=36.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871742090.110.1700.18262.2927.5675.1
HexBBAED1B110121061c4b
Octal273256321132102240634113
Binary101110111010111011010001101110001010010100000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAED1; }

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

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

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

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

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

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

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

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