#BABCEB

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

Shades of Perano #BABCEB

Tints of Perano #BABCEB

Color information

#BABCEB (or 0xBABCEB) is unknown color: approx Perano. HEX triplet: BA, BC and EB. RGB value is (186,188,235). Sum of RGB (Red+Green+Blue) = 186+188+235=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #BABCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCEB is #454314. Grayscale: #C0C0C0. Windows color (decimal): -4539157 or 15449274. OLE color: 15449274.

HSL color Cylindrical-coordinate representation of color #BABCEB: hue angle of 237.55º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BABCEB is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186188235-
CMYK0.210.200.08
HSL237.55º55.06%82.55%-
HSV(B)237.55º20.85%92.16%-
XYZ53.2352.485.91-
YUV192.76151.84123.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 188 (73.83% from 255) = 30.87%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=30.54%
G=30.87%
B=38.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861882350.210.200.08237.5555.0682.55
HexBABCEB151408ee3753
Octal272274353252401035667123
Binary101110101011110011101011101011010001000111011101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCEB; }

 p { color: rgb(186,188,235); }

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

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

 a { background-color: rgb(186,188,235); }

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

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

 span { border-color: rgb(186,188,235); }

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