#B7B7EE

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

Shades of Perano #B7B7EE

Tints of Perano #B7B7EE

Color information

#B7B7EE (or 0xB7B7EE) is unknown color: approx Perano. HEX triplet: B7, B7 and EE. RGB value is (183,183,238). Sum of RGB (Red+Green+Blue) = 183+183+238=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B7EE is #484811. Grayscale: #BDBDBD. Windows color (decimal): -4737042 or 15644599. OLE color: 15644599.

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

Color convert

RGB183183238-
CMYK0.230.2300.07
HSL240º61.8%82.55%-
HSV(B)240º23.11%93.33%-
XYZ51.8950.1187.83-
YUV189.27155.5123.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.30%
GREEN value IS 183 (71.88% from 255) = 30.30%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=30.30%
G=30.30%
B=39.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831832380.230.2300.0724061.882.55
HexB7B7EE171707f03e53
Octal26726735627270736076123
Binary10110111101101111110111010111101110111111100001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B7EE; }

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

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

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

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

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

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

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

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