#BBADD4

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

Shades of Moon Raker #BBADD4

Tints of Moon Raker #BBADD4

Color information

#BBADD4 (or 0xBBADD4) is unknown color: approx Moon Raker. HEX triplet: BB, AD and D4. RGB value is (187,173,212). Sum of RGB (Red+Green+Blue) = 187+173+212=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADD4 is #44522B. Grayscale: #B5B5B5. Windows color (decimal): -4477484 or 13938107. OLE color: 13938107.

HSL color Cylindrical-coordinate representation of color #BBADD4: hue angle of 261.54º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBADD4 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187173212-
CMYK0.120.1800.17
HSL261.54º31.2%75.49%-
HSV(B)261.54º18.4%83.14%-
XYZ47.3245.2168.52-
YUV181.63145.14131.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 212 (83.20% from 255) = 37.06%
R=32.69%
G=30.24%
B=37.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871732120.120.1800.17261.5431.275.49
HexBBADD4C120111061f4b
Octal273255324142202140637113
Binary101110111010110111010100110010010010001100000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADD4; }

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

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

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

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

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

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

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

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