#BABDE7

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

Shades of Perano #BABDE7

Tints of Perano #BABDE7

Color information

#BABDE7 (or 0xBABDE7) is unknown color: approx Perano. HEX triplet: BA, BD and E7. RGB value is (186,189,231). Sum of RGB (Red+Green+Blue) = 186+189+231=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #BABDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDE7 is #454218. Grayscale: #C0C0C0. Windows color (decimal): -4538905 or 15187386. OLE color: 15187386.

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

Color convert

RGB186189231-
CMYK0.190.1800.09
HSL236º48.39%81.76%-
HSV(B)236º19.48%90.59%-
XYZ52.8752.682.97-
YUV192.89149.51123.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 231 (90.62% from 255) = 38.12%
R=30.69%
G=31.19%
B=38.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861892310.190.1800.0923648.3981.76
HexBABDE7131209ec3052
Octal272275347232201135460122
Binary101110101011110111100111100111001001001111011001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDE7; }

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

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

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

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

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

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

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

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