#BBACDD

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

Shades of Moon Raker #BBACDD

Tints of Moon Raker #BBACDD

Color information

#BBACDD (or 0xBBACDD) is unknown color: approx Moon Raker. HEX triplet: BB, AC and DD. RGB value is (187,172,221). Sum of RGB (Red+Green+Blue) = 187+172+221=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACDD is #445322. Grayscale: #B5B5B5. Windows color (decimal): -4477731 or 14527675. OLE color: 14527675.

HSL color Cylindrical-coordinate representation of color #BBACDD: hue angle of 258.37º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBACDD is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187172221-
CMYK0.150.2200.13
HSL258.37º41.88%77.06%-
HSV(B)258.37º22.17%86.67%-
XYZ48.345.2974.6-
YUV182.07149.97131.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 172 (67.58% from 255) = 29.66%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=32.24%
G=29.66%
B=38.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871722210.150.2200.13258.3741.8877.06
HexBBACDDF160D1022a4d
Octal273254335172601540252115
Binary101110111010110011011101111110110011011000000101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACDD; }

 p { color: rgb(187,172,221); }

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

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

 a { background-color: rgb(187,172,221); }

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

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

 span { border-color: rgb(187,172,221); }

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