#BBADD3

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

Shades of Moon Raker #BBADD3

Tints of Moon Raker #BBADD3

Color information

#BBADD3 (or 0xBBADD3) is unknown color: approx Moon Raker. HEX triplet: BB, AD and D3. RGB value is (187,173,211). Sum of RGB (Red+Green+Blue) = 187+173+211=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADD3 is #44522C. Grayscale: #B5B5B5. Windows color (decimal): -4477485 or 13872571. OLE color: 13872571.

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

Color convert

RGB187173211-
CMYK0.110.1800.17
HSL262.11º30.16%75.29%-
HSV(B)262.11º18.01%82.75%-
XYZ47.1945.1667.86-
YUV181.52144.64131.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 211 (82.81% from 255) = 36.95%
R=32.75%
G=30.30%
B=36.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871732110.110.1800.17262.1130.1675.29
HexBBADD3B120111061e4b
Octal273255323132202140636113
Binary101110111010110111010011101110010010001100000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADD3; }

 p { color: rgb(187,173,211); }

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

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

 a { background-color: rgb(187,173,211); }

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

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

 span { border-color: rgb(187,173,211); }

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