#B0B3EF

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

Shades of Perano #B0B3EF

Tints of Perano #B0B3EF

Color information

#B0B3EF (or 0xB0B3EF) is unknown color: approx Perano. HEX triplet: B0, B3 and EF. RGB value is (176,179,239). Sum of RGB (Red+Green+Blue) = 176+179+239=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0B3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B3EF is #4F4C10. Grayscale: #B8B8B8. Windows color (decimal): -5196817 or 15709104. OLE color: 15709104.

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

Color convert

RGB176179239-
CMYK0.260.2500.06
HSL237.14º66.32%81.37%-
HSV(B)237.14º26.36%93.73%-
XYZ49.647.788.25-
YUV184.94158.51121.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.63%
GREEN value IS 179 (70.31% from 255) = 30.13%
BLUE value IS 239 (93.75% from 255) = 40.24%
R=29.63%
G=30.13%
B=40.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761792390.260.2500.06237.1466.3281.37
HexB0B3EF1A1906ed4251
Octal260263357323106355102121
Binary101100001011001111101111110101100101101110110110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B3EF; }

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

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

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

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

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

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

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

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