#BBADD7

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

Shades of Moon Raker #BBADD7

Tints of Moon Raker #BBADD7

Color information

#BBADD7 (or 0xBBADD7) is unknown color: approx Moon Raker. HEX triplet: BB, AD and D7. RGB value is (187,173,215). Sum of RGB (Red+Green+Blue) = 187+173+215=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADD7 is #445228. Grayscale: #B5B5B5. Windows color (decimal): -4477481 or 14134715. OLE color: 14134715.

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

Color convert

RGB187173215-
CMYK0.130.2000.16
HSL260º34.43%76.08%-
HSV(B)260º19.53%84.31%-
XYZ47.745.3670.53-
YUV181.97146.64131.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 215 (84.38% from 255) = 37.39%
R=32.52%
G=30.09%
B=37.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871732150.130.2000.1626034.4376.08
HexBBADD7D14010104224c
Octal273255327152402040442114
Binary1011101110101101110101111101101000100001000001001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADD7; }

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

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

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

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

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

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

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

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