#BBACCA

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

Shades of Moon Raker #BBACCA

Tints of Moon Raker #BBACCA

Color information

#BBACCA (or 0xBBACCA) is unknown color: approx Moon Raker. HEX triplet: BB, AC and CA. RGB value is (187,172,202). Sum of RGB (Red+Green+Blue) = 187+172+202=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACCA is #445335. Grayscale: #B3B3B3. Windows color (decimal): -4477750 or 13282491. OLE color: 13282491.

HSL color Cylindrical-coordinate representation of color #BBACCA: hue angle of 270º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBACCA is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187172202-
CMYK0.070.1500.21
HSL270º22.06%73.33%-
HSV(B)270º14.85%79.22%-
XYZ45.9144.3362.01-
YUV179.9140.47133.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=33.33%
G=30.66%
B=36.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871722020.070.1500.2127022.0673.33
HexBBACCA7F01510e1649
Octal27325431271702541626111
Binary1011101110101100110010101111111010101100001110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACCA; }

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

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

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

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

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

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

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

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