#B0BAEC

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

Shades of Perano #B0BAEC

Tints of Perano #B0BAEC

Color information

#B0BAEC (or 0xB0BAEC) is unknown color: approx Perano. HEX triplet: B0, BA and EC. RGB value is (176,186,236). Sum of RGB (Red+Green+Blue) = 176+186+236=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0BAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BAEC is #4F4513. Grayscale: #BCBCBC. Windows color (decimal): -5195028 or 15514288. OLE color: 15514288.

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

Color convert

RGB176186236-
CMYK0.250.2100.07
HSL230º61.22%80.78%-
HSV(B)230º25.42%92.55%-
XYZ50.650.486.42-
YUV188.71154.69118.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.43%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=29.43%
G=31.10%
B=39.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761862360.250.2100.0723061.2280.78
HexB0BAEC191507e63d51
Octal26027235431250734675121
Binary10110000101110101110110011001101010111111001101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BAEC; }

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

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

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

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

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

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

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

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