#BABCEE

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

Shades of Perano #BABCEE

Tints of Perano #BABCEE

Color information

#BABCEE (or 0xBABCEE) is unknown color: approx Perano. HEX triplet: BA, BC and EE. RGB value is (186,188,238). Sum of RGB (Red+Green+Blue) = 186+188+238=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #BABCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCEE is #454311. Grayscale: #C0C0C0. Windows color (decimal): -4539154 or 15645882. OLE color: 15645882.

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

Color convert

RGB186188238-
CMYK0.220.2100.07
HSL237.69º60.47%83.14%-
HSV(B)237.69º21.85%93.33%-
XYZ53.6752.5888.21-
YUV193.1153.34122.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 188 (73.83% from 255) = 30.72%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=30.39%
G=30.72%
B=38.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861882380.220.2100.07237.6960.4783.14
HexBABCEE161507ee3c53
Octal27227435626250735674123
Binary10111010101111001110111010110101010111111011101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCEE; }

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

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

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

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

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

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

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

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