#BBACD5

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

Shades of Moon Raker #BBACD5

Tints of Moon Raker #BBACD5

Color information

#BBACD5 (or 0xBBACD5) is unknown color: approx Moon Raker. HEX triplet: BB, AC and D5. RGB value is (187,172,213). Sum of RGB (Red+Green+Blue) = 187+172+213=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACD5 is #44532A. Grayscale: #B5B5B5. Windows color (decimal): -4477739 or 14003387. OLE color: 14003387.

HSL color Cylindrical-coordinate representation of color #BBACD5: hue angle of 261.95º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBACD5 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187172213-
CMYK0.120.1900.16
HSL261.95º32.8%75.49%-
HSV(B)261.95º19.25%83.53%-
XYZ47.2644.8769.12-
YUV181.16145.97132.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 213 (83.59% from 255) = 37.24%
R=32.69%
G=30.07%
B=37.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871722130.120.1900.16261.9532.875.49
HexBBACD5C13010106214b
Octal273254325142302040641113
Binary1011101110101100110101011100100110100001000001101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACD5; }

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

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

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

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

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

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

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

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