#B7B7EF

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

Shades of Perano #B7B7EF

Tints of Perano #B7B7EF

Color information

#B7B7EF (or 0xB7B7EF) is unknown color: approx Perano. HEX triplet: B7, B7 and EF. RGB value is (183,183,239). Sum of RGB (Red+Green+Blue) = 183+183+239=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7B7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B7EF is #484810. Grayscale: #BDBDBD. Windows color (decimal): -4737041 or 15710135. OLE color: 15710135.

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

Color convert

RGB183183239-
CMYK0.230.2300.06
HSL240º63.64%82.75%-
HSV(B)240º23.43%93.73%-
XYZ52.0450.1788.6-
YUV189.38156123.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.25%
GREEN value IS 183 (71.88% from 255) = 30.25%
BLUE value IS 239 (93.75% from 255) = 39.50%
R=30.25%
G=30.25%
B=39.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1831832390.230.2300.0624063.6482.75
HexB7B7EF171706f04053
Octal267267357272706360100123
Binary101101111011011111101111101111011101101111000010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B7EF; }

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

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

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

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

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

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

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

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