#B3B7EF

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

Shades of Perano #B3B7EF

Tints of Perano #B3B7EF

Color information

#B3B7EF (or 0xB3B7EF) is unknown color: approx Perano. HEX triplet: B3, B7 and EF. RGB value is (179,183,239). Sum of RGB (Red+Green+Blue) = 179+183+239=601 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.78% from 601); Green value is 183 (71.88% from 255 or 30.45% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3B7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B7EF is #4C4810. Grayscale: #BBBBBB. Windows color (decimal): -4999185 or 15710131. OLE color: 15710131.

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

Color convert

RGB179183239-
CMYK0.250.2300.06
HSL236º65.22%81.96%-
HSV(B)236º25.1%93.73%-
XYZ51.149.6888.56-
YUV188.19156.67121.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.78%
GREEN value IS 183 (71.88% from 255) = 30.45%
BLUE value IS 239 (93.75% from 255) = 39.77%
R=29.78%
G=30.45%
B=39.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791832390.250.2300.0623665.2281.96
HexB3B7EF191706ec4152
Octal263267357312706354101122
Binary101100111011011111101111110011011101101110110010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B7EF; }

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

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

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

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

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

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

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

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