#BABDE9

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

Shades of Perano #BABDE9

Tints of Perano #BABDE9

Color information

#BABDE9 (or 0xBABDE9) is unknown color: approx Perano. HEX triplet: BA, BD and E9. RGB value is (186,189,233). Sum of RGB (Red+Green+Blue) = 186+189+233=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 233 - color contains mainly: blue. Hex color #BABDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDE9 is #454216. Grayscale: #C0C0C0. Windows color (decimal): -4538903 or 15318458. OLE color: 15318458.

HSL color Cylindrical-coordinate representation of color #BABDE9: hue angle of 236.17º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BABDE9 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186189233-
CMYK0.200.1900.09
HSL236.17º51.65%82.16%-
HSV(B)236.17º20.17%91.37%-
XYZ53.1652.7284.46-
YUV193.12150.51122.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 233 (91.41% from 255) = 38.32%
R=30.59%
G=31.09%
B=38.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861892330.200.1900.09236.1751.6582.16
HexBABDE9141309ec3452
Octal272275351242301135464122
Binary101110101011110111101001101001001101001111011001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDE9; }

 p { color: rgb(186,189,233); }

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

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

 a { background-color: rgb(186,189,233); }

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

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

 span { border-color: rgb(186,189,233); }

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