#BABFEE

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

Shades of Perano #BABFEE

Tints of Perano #BABFEE

Color information

#BABFEE (or 0xBABFEE) is unknown color: approx Perano. HEX triplet: BA, BF and EE. RGB value is (186,191,238). Sum of RGB (Red+Green+Blue) = 186+191+238=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #BABFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFEE is #454011. Grayscale: #C2C2C2. Windows color (decimal): -4538386 or 15646650. OLE color: 15646650.

HSL color Cylindrical-coordinate representation of color #BABFEE: hue angle of 234.23º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BABFEE is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186191238-
CMYK0.220.2000.07
HSL234.23º60.47%83.14%-
HSV(B)234.23º21.85%93.33%-
XYZ54.3153.8788.42-
YUV194.86152.34121.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.24%
GREEN value IS 191 (75% from 255) = 31.06%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=30.24%
G=31.06%
B=38.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861912380.220.2000.07234.2360.4783.14
HexBABFEE161407ea3c53
Octal27227735626240735274123
Binary10111010101111111110111010110101000111111010101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFEE; }

 p { color: rgb(186,191,238); }

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

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

 a { background-color: rgb(186,191,238); }

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

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

 span { border-color: rgb(186,191,238); }

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