#BABFDF

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

Shades of Perano #BABFDF

Tints of Perano #BABFDF

Color information

#BABFDF (or 0xBABFDF) is unknown color: approx Perano. HEX triplet: BA, BF and DF. RGB value is (186,191,223). Sum of RGB (Red+Green+Blue) = 186+191+223=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #BABFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFDF is #454020. Grayscale: #C1C1C1. Windows color (decimal): -4538401 or 14663610. OLE color: 14663610.

HSL color Cylindrical-coordinate representation of color #BABFDF: hue angle of 231.89º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BABFDF is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186191223-
CMYK0.170.1400.13
HSL231.89º36.63%80.2%-
HSV(B)231.89º16.59%87.45%-
XYZ52.253.0377.3-
YUV193.15144.84122.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 223 (87.5% from 255) = 37.17%
R=31%
G=31.83%
B=37.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861912230.170.1400.13231.8936.6380.2
HexBABFDF11E0De82550
Octal272277337211601535045120
Binary10111010101111111101111110001111001101111010001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFDF; }

 p { color: rgb(186,191,223); }

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

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

 a { background-color: rgb(186,191,223); }

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

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

 span { border-color: rgb(186,191,223); }

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