#BBACCB

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

Shades of Moon Raker #BBACCB

Tints of Moon Raker #BBACCB

Color information

#BBACCB (or 0xBBACCB) is unknown color: approx Moon Raker. HEX triplet: BB, AC and CB. RGB value is (187,172,203). Sum of RGB (Red+Green+Blue) = 187+172+203=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACCB is #445334. Grayscale: #B3B3B3. Windows color (decimal): -4477749 or 13348027. OLE color: 13348027.

HSL color Cylindrical-coordinate representation of color #BBACCB: hue angle of 269.03º degrees, saturation: 0.23, 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 #BBACCB is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187172203-
CMYK0.080.1500.20
HSL269.03º22.96%73.53%-
HSV(B)269.03º15.27%79.61%-
XYZ46.0344.3862.64-
YUV180.02140.97132.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=33.27%
G=30.60%
B=36.12%

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
Decimal1871722030.080.1500.20269.0322.9673.53
HexBBACCB8F01410d174a
Octal273254313101702441527112
Binary10111011101011001100101110001111010100100001101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACCB; }

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

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

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

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

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

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

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

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