#B7BCEC

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

Shades of Perano #B7BCEC

Tints of Perano #B7BCEC

Color information

#B7BCEC (or 0xB7BCEC) is unknown color: approx Perano. HEX triplet: B7, BC and EC. RGB value is (183,188,236). Sum of RGB (Red+Green+Blue) = 183+188+236=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BCEC is #484313. Grayscale: #BFBFBF. Windows color (decimal): -4735764 or 15514807. OLE color: 15514807.

HSL color Cylindrical-coordinate representation of color #B7BCEC: hue angle of 234.34º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7BCEC is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183188236-
CMYK0.220.2000.07
HSL234.34º58.24%82.16%-
HSV(B)234.34º22.46%92.55%-
XYZ52.6552.0986.64-
YUV191.98152.84121.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.15%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 236 (92.58% from 255) = 38.88%
R=30.15%
G=30.97%
B=38.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831882360.220.2000.07234.3458.2482.16
HexB7BCEC161407ea3a52
Octal26727435426240735272122
Binary10110111101111001110110010110101000111111010101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BCEC; }

 p { color: rgb(183,188,236); }

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

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

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

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

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

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

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