#BBACD8

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

Shades of Moon Raker #BBACD8

Tints of Moon Raker #BBACD8

Color information

#BBACD8 (or 0xBBACD8) is unknown color: approx Moon Raker. HEX triplet: BB, AC and D8. RGB value is (187,172,216). Sum of RGB (Red+Green+Blue) = 187+172+216=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACD8 is #445327. Grayscale: #B5B5B5. Windows color (decimal): -4477736 or 14199995. OLE color: 14199995.

HSL color Cylindrical-coordinate representation of color #BBACD8: hue angle of 260.45º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBACD8 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187172216-
CMYK0.130.2000.15
HSL260.45º36.07%76.08%-
HSV(B)260.45º20.37%84.71%-
XYZ47.6445.0371.15-
YUV181.5147.47131.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 216 (84.77% from 255) = 37.57%
R=32.52%
G=29.91%
B=37.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871722160.130.2000.15260.4536.0776.08
HexBBACD8D140F104244c
Octal273254330152401740444114
Binary101110111010110011011000110110100011111000001001001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACD8; }

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

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

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

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

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

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

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

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