#BABEEF

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

Shades of Perano #BABEEF

Tints of Perano #BABEEF

Color information

#BABEEF (or 0xBABEEF) is unknown color: approx Perano. HEX triplet: BA, BE and EF. RGB value is (186,190,239). Sum of RGB (Red+Green+Blue) = 186+190+239=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #BABEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEEF is #454110. Grayscale: #C2C2C2. Windows color (decimal): -4538641 or 15711930. OLE color: 15711930.

HSL color Cylindrical-coordinate representation of color #BABEEF: hue angle of 235.47º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BABEEF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186190239-
CMYK0.220.2100.06
HSL235.47º62.35%83.33%-
HSV(B)235.47º22.18%93.73%-
XYZ54.2453.589.13-
YUV194.39153.17122.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.24%
GREEN value IS 190 (74.61% from 255) = 30.89%
BLUE value IS 239 (93.75% from 255) = 38.86%
R=30.24%
G=30.89%
B=38.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861902390.220.2100.06235.4762.3583.33
HexBABEEF161506eb3e53
Octal27227635726250635376123
Binary10111010101111101110111110110101010110111010111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEEF; }

 p { color: rgb(186,190,239); }

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

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

 a { background-color: rgb(186,190,239); }

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

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

 span { border-color: rgb(186,190,239); }

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