#BBAFD1

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

Shades of Moon Raker #BBAFD1

Tints of Moon Raker #BBAFD1

Color information

#BBAFD1 (or 0xBBAFD1) is unknown color: approx Moon Raker. HEX triplet: BB, AF and D1. RGB value is (187,175,209). Sum of RGB (Red+Green+Blue) = 187+175+209=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBAFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFD1 is #44502E. Grayscale: #B6B6B6. Windows color (decimal): -4476975 or 13742011. OLE color: 13742011.

HSL color Cylindrical-coordinate representation of color #BBAFD1: hue angle of 261.18º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBAFD1 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187175209-
CMYK0.110.1600.18
HSL261.18º26.98%75.29%-
HSV(B)261.18º16.27%81.96%-
XYZ47.3345.8366.67-
YUV182.46142.98131.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 209 (82.03% from 255) = 36.60%
R=32.75%
G=30.65%
B=36.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871752090.110.1600.18261.1826.9875.29
HexBBAFD1B100121051b4b
Octal273257321132002240533113
Binary101110111010111111010001101110000010010100000101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFD1; }

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

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

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

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

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

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

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

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