#BBADD0

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

Shades of Moon Raker #BBADD0

Tints of Moon Raker #BBADD0

Color information

#BBADD0 (or 0xBBADD0) is unknown color: approx Moon Raker. HEX triplet: BB, AD and D0. RGB value is (187,173,208). Sum of RGB (Red+Green+Blue) = 187+173+208=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADD0 is #44522F. Grayscale: #B5B5B5. Windows color (decimal): -4477488 or 13675963. OLE color: 13675963.

HSL color Cylindrical-coordinate representation of color #BBADD0: hue angle of 264º degrees, saturation: 0.27, 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 #BBADD0 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187173208-
CMYK0.100.1700.18
HSL264º27.13%74.71%-
HSV(B)264º16.83%81.57%-
XYZ46.8245.0165.89-
YUV181.18143.14132.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 208 (81.64% from 255) = 36.62%
R=32.92%
G=30.46%
B=36.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871732080.100.1700.1826427.1374.71
HexBBADD0A110121081b4b
Octal273255320122102241033113
Binary101110111010110111010000101010001010010100001000110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADD0; }

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

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

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

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

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

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

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

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