#BBADCB

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

Shades of Moon Raker #BBADCB

Tints of Moon Raker #BBADCB

Color information

#BBADCB (or 0xBBADCB) is unknown color: approx Moon Raker. HEX triplet: BB, AD and CB. RGB value is (187,173,203). Sum of RGB (Red+Green+Blue) = 187+173+203=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADCB is #445234. Grayscale: #B4B4B4. Windows color (decimal): -4477493 or 13348283. OLE color: 13348283.

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

Color convert

RGB187173203-
CMYK0.080.1500.20
HSL268º22.39%73.73%-
HSV(B)268º14.78%79.61%-
XYZ46.2244.7662.7-
YUV180.61140.64132.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=33.21%
G=30.73%
B=36.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871732030.080.1500.2026822.3973.73
HexBBADCB8F01410c164a
Octal273255313101702441426112
Binary10111011101011011100101110001111010100100001100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADCB; }

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

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

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

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

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

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

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

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