#B7B9EF

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

Shades of Perano #B7B9EF

Tints of Perano #B7B9EF

Color information

#B7B9EF (or 0xB7B9EF) is unknown color: approx Perano. HEX triplet: B7, B9 and EF. RGB value is (183,185,239). Sum of RGB (Red+Green+Blue) = 183+185+239=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B9EF is #484610. Grayscale: #BEBEBE. Windows color (decimal): -4736529 or 15710647. OLE color: 15710647.

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

Color convert

RGB183185239-
CMYK0.230.2300.06
HSL237.86º63.64%82.75%-
HSV(B)237.86º23.43%93.73%-
XYZ52.465188.74-
YUV190.56155.34122.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.15%
GREEN value IS 185 (72.66% from 255) = 30.48%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=30.15%
G=30.48%
B=39.37%

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
Decimal1831852390.230.2300.06237.8663.6482.75
HexB7B9EF171706ee4053
Octal267271357272706356100123
Binary101101111011100111101111101111011101101110111010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B9EF; }

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

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

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

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

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

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

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

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