#BBADD9

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

Shades of Moon Raker #BBADD9

Tints of Moon Raker #BBADD9

Color information

#BBADD9 (or 0xBBADD9) is unknown color: approx Moon Raker. HEX triplet: BB, AD and D9. RGB value is (187,173,217). Sum of RGB (Red+Green+Blue) = 187+173+217=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADD9 is #445226. Grayscale: #B6B6B6. Windows color (decimal): -4477479 or 14265787. OLE color: 14265787.

HSL color Cylindrical-coordinate representation of color #BBADD9: hue angle of 259.09º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBADD9 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187173217-
CMYK0.140.2000.15
HSL259.09º36.67%76.47%-
HSV(B)259.09º20.28%85.1%-
XYZ47.9645.4671.89-
YUV182.2147.64131.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.41%
GREEN value IS 173 (67.97% from 255) = 29.98%
BLUE value IS 217 (85.16% from 255) = 37.61%
R=32.41%
G=29.98%
B=37.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871732170.140.2000.15259.0936.6776.47
HexBBADD9E140F103254c
Octal273255331162401740345114
Binary101110111010110111011001111010100011111000000111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADD9; }

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

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

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

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

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

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

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

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