#BABEEE

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

Shades of Perano #BABEEE

Tints of Perano #BABEEE

Color information

#BABEEE (or 0xBABEEE) is unknown color: approx Perano. HEX triplet: BA, BE and EE. RGB value is (186,190,238). Sum of RGB (Red+Green+Blue) = 186+190+238=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #BABEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEEE is #454111. Grayscale: #C2C2C2. Windows color (decimal): -4538642 or 15646394. OLE color: 15646394.

HSL color Cylindrical-coordinate representation of color #BABEEE: hue angle of 235.38º 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 #BABEEE is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186190238-
CMYK0.220.2000.07
HSL235.38º60.47%83.14%-
HSV(B)235.38º21.85%93.33%-
XYZ54.153.4488.35-
YUV194.28152.67122.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=30.29%
G=30.94%
B=38.76%

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
Decimal1861902380.220.2000.07235.3860.4783.14
HexBABEEE161407eb3c53
Octal27227635626240735374123
Binary10111010101111101110111010110101000111111010111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEEE; }

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

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

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

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

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

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

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

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