#BBAFD9

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

Shades of Moon Raker #BBAFD9

Tints of Moon Raker #BBAFD9

Color information

#BBAFD9 (or 0xBBAFD9) is unknown color: approx Moon Raker. HEX triplet: BB, AF and D9. RGB value is (187,175,217). Sum of RGB (Red+Green+Blue) = 187+175+217=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFD9 is #445026. Grayscale: #B7B7B7. Windows color (decimal): -4476967 or 14266299. OLE color: 14266299.

HSL color Cylindrical-coordinate representation of color #BBAFD9: hue angle of 257.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBAFD9 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187175217-
CMYK0.140.1900.15
HSL257.14º35.59%76.86%-
HSV(B)257.14º19.35%85.1%-
XYZ48.3546.2372.02-
YUV183.38146.98130.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.30%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 217 (85.16% from 255) = 37.48%
R=32.30%
G=30.22%
B=37.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871752170.140.1900.15257.1435.5976.86
HexBBAFD9E130F101244d
Octal273257331162301740144115
Binary101110111010111111011001111010011011111000000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFD9; }

 p { color: rgb(187,175,217); }

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

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

 a { background-color: rgb(187,175,217); }

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

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

 span { border-color: rgb(187,175,217); }

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