#B7B6EE

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

Shades of Perano #B7B6EE

Tints of Perano #B7B6EE

Color information

#B7B6EE (or 0xB7B6EE) is unknown color: approx Perano. HEX triplet: B7, B6 and EE. RGB value is (183,182,238). Sum of RGB (Red+Green+Blue) = 183+182+238=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7B6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B6EE is #484911. Grayscale: #BCBCBC. Windows color (decimal): -4737298 or 15644343. OLE color: 15644343.

HSL color Cylindrical-coordinate representation of color #B7B6EE: hue angle of 241.07º 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 #B7B6EE is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183182238-
CMYK0.230.2400.07
HSL241.07º62.22%82.35%-
HSV(B)241.07º23.53%93.33%-
XYZ51.6949.787.76-
YUV188.68155.83123.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.35%
GREEN value IS 182 (71.48% from 255) = 30.18%
BLUE value IS 238 (93.36% from 255) = 39.47%
R=30.35%
G=30.18%
B=39.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831822380.230.2400.07241.0762.2282.35
HexB7B6EE171807f13e52
Octal26726635627300736176122
Binary10110111101101101110111010111110000111111100011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B6EE; }

 p { color: rgb(183,182,238); }

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

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

 a { background-color: rgb(183,182,238); }

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

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

 span { border-color: rgb(183,182,238); }

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