#BBAFDC

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

Shades of Moon Raker #BBAFDC

Tints of Moon Raker #BBAFDC

Color information

#BBAFDC (or 0xBBAFDC) is unknown color: approx Moon Raker. HEX triplet: BB, AF and DC. RGB value is (187,175,220). Sum of RGB (Red+Green+Blue) = 187+175+220=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFDC is #445023. Grayscale: #B7B7B7. Windows color (decimal): -4476964 or 14462907. OLE color: 14462907.

HSL color Cylindrical-coordinate representation of color #BBAFDC: hue angle of 256º degrees, saturation: 0.39, 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 #BBAFDC is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187175220-
CMYK0.150.2000.14
HSL256º39.13%77.45%-
HSV(B)256º20.45%86.27%-
XYZ48.7446.3974.1-
YUV183.72148.48130.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=32.13%
G=30.07%
B=37.80%

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
Decimal1871752200.150.2000.1425639.1377.45
HexBBAFDCF140E100274d
Octal273257334172401640047115
Binary101110111010111111011100111110100011101000000001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFDC; }

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

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

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

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

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

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

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

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