#BBAFDA

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

Shades of Moon Raker #BBAFDA

Tints of Moon Raker #BBAFDA

Color information

#BBAFDA (or 0xBBAFDA) is unknown color: approx Moon Raker. HEX triplet: BB, AF and DA. RGB value is (187,175,218). Sum of RGB (Red+Green+Blue) = 187+175+218=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFDA is #445025. Grayscale: #B7B7B7. Windows color (decimal): -4476966 or 14331835. OLE color: 14331835.

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

Color convert

RGB187175218-
CMYK0.140.2000.15
HSL256.74º36.75%77.06%-
HSV(B)256.74º19.72%85.49%-
XYZ48.4846.2972.71-
YUV183.49147.48130.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=32.24%
G=30.17%
B=37.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871752180.140.2000.15256.7436.7577.06
HexBBAFDAE140F101254d
Octal273257332162401740145115
Binary101110111010111111011010111010100011111000000011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFDA; }

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

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

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

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

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

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

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

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