#BBAED5

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

Shades of Moon Raker #BBAED5

Tints of Moon Raker #BBAED5

Color information

#BBAED5 (or 0xBBAED5) is unknown color: approx Moon Raker. HEX triplet: BB, AE and D5. RGB value is (187,174,213). Sum of RGB (Red+Green+Blue) = 187+174+213=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAED5 is #44512A. Grayscale: #B6B6B6. Windows color (decimal): -4477227 or 14003899. OLE color: 14003899.

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

Color convert

RGB187174213-
CMYK0.120.1800.16
HSL260º31.71%75.88%-
HSV(B)260º18.31%83.53%-
XYZ47.6445.6469.25-
YUV182.33145.31131.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 213 (83.59% from 255) = 37.11%
R=32.58%
G=30.31%
B=37.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871742130.120.1800.1626031.7175.88
HexBBAED5C12010104204c
Octal273256325142202040440114
Binary1011101110101110110101011100100100100001000001001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAED5; }

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

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

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

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

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

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

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

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