#BBA9D4

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

Shades of Moon Raker #BBA9D4

Tints of Moon Raker #BBA9D4

Color information

#BBA9D4 (or 0xBBA9D4) is unknown color: approx Moon Raker. HEX triplet: BB, A9 and D4. RGB value is (187,169,212). Sum of RGB (Red+Green+Blue) = 187+169+212=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBA9D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9D4 is #44562B. Grayscale: #B3B3B3. Windows color (decimal): -4478508 or 13937083. OLE color: 13937083.

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

Color convert

RGB187169212-
CMYK0.120.2000.17
HSL265.12º33.33%74.71%-
HSV(B)265.12º20.28%83.14%-
XYZ46.5743.6968.27-
YUV179.28146.46133.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 169 (66.41% from 255) = 29.75%
BLUE value IS 212 (83.20% from 255) = 37.32%
R=32.92%
G=29.75%
B=37.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871692120.120.2000.17265.1233.3374.71
HexBBA9D4C14011109214b
Octal273251324142402141141113
Binary1011101110101001110101001100101000100011000010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9D4; }

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

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

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

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

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

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

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

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