#BBAFDB

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

Shades of Moon Raker #BBAFDB

Tints of Moon Raker #BBAFDB

Color information

#BBAFDB (or 0xBBAFDB) is unknown color: approx Moon Raker. HEX triplet: BB, AF and DB. RGB value is (187,175,219). Sum of RGB (Red+Green+Blue) = 187+175+219=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFDB is #445024. Grayscale: #B7B7B7. Windows color (decimal): -4476965 or 14397371. OLE color: 14397371.

HSL color Cylindrical-coordinate representation of color #BBAFDB: hue angle of 256.36º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBAFDB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187175219-
CMYK0.150.2000.14
HSL256.36º37.93%77.25%-
HSV(B)256.36º20.09%85.88%-
XYZ48.6146.3473.4-
YUV183.6147.98130.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 219 (85.94% from 255) = 37.69%
R=32.19%
G=30.12%
B=37.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871752190.150.2000.14256.3637.9377.25
HexBBAFDBF140E100264d
Octal273257333172401640046115
Binary101110111010111111011011111110100011101000000001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFDB; }

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

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

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

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

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

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

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

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