#B3B6ED

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

Shades of Perano #B3B6ED

Tints of Perano #B3B6ED

Color information

#B3B6ED (or 0xB3B6ED) is unknown color: approx Perano. HEX triplet: B3, B6 and ED. RGB value is (179,182,237). Sum of RGB (Red+Green+Blue) = 179+182+237=598 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.93% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3B6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B6ED is #4C4912. Grayscale: #BBBBBB. Windows color (decimal): -4999443 or 15578803. OLE color: 15578803.

HSL color Cylindrical-coordinate representation of color #B3B6ED: hue angle of 236.9º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3B6ED is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179182237-
CMYK0.240.2300.07
HSL236.9º61.7%81.57%-
HSV(B)236.9º24.47%92.94%-
XYZ50.649.1586.94-
YUV187.37156.01122.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.93%
GREEN value IS 182 (71.48% from 255) = 30.43%
BLUE value IS 237 (92.97% from 255) = 39.63%
R=29.93%
G=30.43%
B=39.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791822370.240.2300.07236.961.781.57
HexB3B6ED181707ed3e52
Octal26326635530270735576122
Binary10110011101101101110110111000101110111111011011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B6ED; }

 p { color: rgb(179,182,237); }

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

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

 a { background-color: rgb(179,182,237); }

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

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

 span { border-color: rgb(179,182,237); }

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