#B0ABEC

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

Shades of Perano #B0ABEC

Tints of Perano #B0ABEC

Color information

#B0ABEC (or 0xB0ABEC) is unknown color: approx Perano. HEX triplet: B0, AB and EC. RGB value is (176,171,236). Sum of RGB (Red+Green+Blue) = 176+171+236=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ABEC is #4F5413. Grayscale: #B3B3B3. Windows color (decimal): -5198868 or 15510448. OLE color: 15510448.

HSL color Cylindrical-coordinate representation of color #B0ABEC: hue angle of 244.62º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0ABEC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176171236-
CMYK0.250.2800.07
HSL244.62º63.11%79.8%-
HSV(B)244.62º27.54%92.55%-
XYZ47.6144.4185.42-
YUV179.9159.66125.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.19%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 236 (92.58% from 255) = 40.48%
R=30.19%
G=29.33%
B=40.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761712360.250.2800.07244.6263.1179.8
HexB0ABEC191C07f53f50
Octal26025335431340736577120
Binary10110000101010111110110011001111000111111101011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABEC; }

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

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

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

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

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

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

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

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