#BBADDC

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

Shades of Moon Raker #BBADDC

Tints of Moon Raker #BBADDC

Color information

#BBADDC (or 0xBBADDC) is unknown color: approx Moon Raker. HEX triplet: BB, AD and DC. RGB value is (187,173,220). Sum of RGB (Red+Green+Blue) = 187+173+220=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADDC is #445223. Grayscale: #B6B6B6. Windows color (decimal): -4477476 or 14462395. OLE color: 14462395.

HSL color Cylindrical-coordinate representation of color #BBADDC: hue angle of 257.87º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBADDC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187173220-
CMYK0.150.2100.14
HSL257.87º40.17%77.06%-
HSV(B)257.87º21.36%86.27%-
XYZ48.3645.6273.97-
YUV182.54149.14131.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 173 (67.97% from 255) = 29.83%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=32.24%
G=29.83%
B=37.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871732200.150.2100.14257.8740.1777.06
HexBBADDCF150E102284d
Octal273255334172501640250115
Binary101110111010110111011100111110101011101000000101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADDC; }

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

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

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

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

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

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

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

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