#B0BCEB

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

Shades of Perano #B0BCEB

Tints of Perano #B0BCEB

Color information

#B0BCEB (or 0xB0BCEB) is unknown color: approx Perano. HEX triplet: B0, BC and EB. RGB value is (176,188,235). Sum of RGB (Red+Green+Blue) = 176+188+235=599 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.38% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BCEB is #4F4314. Grayscale: #BDBDBD. Windows color (decimal): -5194517 or 15449264. OLE color: 15449264.

HSL color Cylindrical-coordinate representation of color #B0BCEB: hue angle of 227.8º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0BCEB is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176188235-
CMYK0.250.200.08
HSL227.8º59.6%80.59%-
HSV(B)227.8º25.11%92.16%-
XYZ50.8851.1985.8-
YUV189.77153.52118.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.38%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=29.38%
G=31.39%
B=39.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761882350.250.200.08227.859.680.59
HexB0BCEB191408e43c51
Octal260274353312401034474121
Binary101100001011110011101011110011010001000111001001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BCEB; }

 p { color: rgb(176,188,235); }

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

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

 a { background-color: rgb(176,188,235); }

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

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

 span { border-color: rgb(176,188,235); }

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