#BBADCD

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

Shades of Moon Raker #BBADCD

Tints of Moon Raker #BBADCD

Color information

#BBADCD (or 0xBBADCD) is unknown color: approx Moon Raker. HEX triplet: BB, AD and CD. RGB value is (187,173,205). Sum of RGB (Red+Green+Blue) = 187+173+205=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADCD is #445232. Grayscale: #B4B4B4. Windows color (decimal): -4477491 or 13479355. OLE color: 13479355.

HSL color Cylindrical-coordinate representation of color #BBADCD: hue angle of 266.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBADCD is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187173205-
CMYK0.090.1600.20
HSL266.25º24.24%74.12%-
HSV(B)266.25º15.61%80.39%-
XYZ46.4644.8663.97-
YUV180.83141.64132.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=33.10%
G=30.62%
B=36.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871732050.090.1600.20266.2524.2474.12
HexBBADCD91001410a184a
Octal273255315112002441230112
Binary101110111010110111001101100110000010100100001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADCD; }

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

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

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

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

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

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

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

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