#B0ABEF

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

Shades of Perano #B0ABEF

Tints of Perano #B0ABEF

Color information

#B0ABEF (or 0xB0ABEF) is unknown color: approx Perano. HEX triplet: B0, AB and EF. RGB value is (176,171,239). Sum of RGB (Red+Green+Blue) = 176+171+239=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ABEF is #4F5410. Grayscale: #B3B3B3. Windows color (decimal): -5198865 or 15707056. OLE color: 15707056.

HSL color Cylindrical-coordinate representation of color #B0ABEF: hue angle of 244.41º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0ABEF is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176171239-
CMYK0.260.2800.06
HSL244.41º68%80.39%-
HSV(B)244.41º28.45%93.73%-
XYZ48.0544.5987.74-
YUV180.25161.16124.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.03%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 239 (93.75% from 255) = 40.78%
R=30.03%
G=29.18%
B=40.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761712390.260.2800.06244.416880.39
HexB0ABEF1A1C06f44450
Octal260253357323406364104120
Binary101100001010101111101111110101110001101111010010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABEF; }

 p { color: rgb(176,171,239); }

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

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

 a { background-color: rgb(176,171,239); }

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

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

 span { border-color: rgb(176,171,239); }

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