#BABEF3

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

Shades of Perano #BABEF3

Tints of Perano #BABEF3

Color information

#BABEF3 (or 0xBABEF3) is unknown color: approx Perano. HEX triplet: BA, BE and F3. RGB value is (186,190,243). Sum of RGB (Red+Green+Blue) = 186+190+243=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #BABEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEF3 is #45410C. Grayscale: #C2C2C2. Windows color (decimal): -4538637 or 15974074. OLE color: 15974074.

HSL color Cylindrical-coordinate representation of color #BABEF3: hue angle of 235.79º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BABEF3 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186190243-
CMYK0.230.2200.05
HSL235.79º70.37%84.12%-
HSV(B)235.79º23.46%95.29%-
XYZ54.8453.7492.28-
YUV194.85155.17121.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=30.05%
G=30.69%
B=39.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861902430.230.2200.05235.7970.3784.12
HexBABEF3171605ec4654
Octal272276363272605354106124
Binary101110101011111011110011101111011001011110110010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEF3; }

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

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

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

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

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

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

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

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