#BBADD6

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

Shades of Moon Raker #BBADD6

Tints of Moon Raker #BBADD6

Color information

#BBADD6 (or 0xBBADD6) is unknown color: approx Moon Raker. HEX triplet: BB, AD and D6. RGB value is (187,173,214). Sum of RGB (Red+Green+Blue) = 187+173+214=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADD6 is #445229. Grayscale: #B5B5B5. Windows color (decimal): -4477482 or 14069179. OLE color: 14069179.

HSL color Cylindrical-coordinate representation of color #BBADD6: hue angle of 260.49º degrees, saturation: 0.33, 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 #BBADD6 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187173214-
CMYK0.130.1900.16
HSL260.49º33.33%75.88%-
HSV(B)260.49º19.16%83.92%-
XYZ47.5745.3169.86-
YUV181.86146.14131.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 214 (83.98% from 255) = 37.28%
R=32.58%
G=30.14%
B=37.28%

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
Decimal1871732140.130.1900.16260.4933.3375.88
HexBBADD6D13010104214c
Octal273255326152302040441114
Binary1011101110101101110101101101100110100001000001001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADD6; }

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

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

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

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

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

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

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

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