#babbef

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

Shades of Perano #BABBEF

Tints of Perano #BABBEF

Color information

#BABBEF (or 0xBABBEF) is unknown color: approx Perano. HEX triplet: BA, BB and EF. RGB value is (186,187,239). Sum of RGB (Red+Green+Blue) = 186+187+239=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #BABBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBEF is #454410. Grayscale: #C0C0C0. Windows color (decimal): -4539409 or 15711162. OLE color: 15711162.

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

Color convert

RGB186187239-
CMYK0.220.2200.06
HSL238.87º62.35%83.33%-
HSV(B)238.87º22.18%93.73%-
XYZ53.652.2188.91-
YUV192.63154.17123.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 187 (73.44% from 255) = 30.56%
BLUE value IS 239 (93.75% from 255) = 39.05%
R=30.39%
G=30.56%
B=39.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861872390.220.2200.06238.8762.3583.33
HexBABBEF161606ef3e53
Octal27227335726260635776123
Binary10111010101110111110111110110101100110111011111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #babbef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #babbef; }

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

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

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

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

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

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

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

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