#B7BCDE

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

Shades of Perano #B7BCDE

Tints of Perano #B7BCDE

Color information

#B7BCDE (or 0xB7BCDE) is unknown color: approx Perano. HEX triplet: B7, BC and DE. RGB value is (183,188,222). Sum of RGB (Red+Green+Blue) = 183+188+222=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7BCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCDE is #484321. Grayscale: #BEBEBE. Windows color (decimal): -4735778 or 14597303. OLE color: 14597303.

HSL color Cylindrical-coordinate representation of color #B7BCDE: hue angle of 232.31º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7BCDE is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183188222-
CMYK0.180.1500.13
HSL232.31º37.14%79.41%-
HSV(B)232.31º17.57%87.06%-
XYZ50.751.3176.34-
YUV190.38145.84122.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.86%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=30.86%
G=31.70%
B=37.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831882220.180.1500.13232.3137.1479.41
HexB7BCDE12F0De8254f
Octal267274336221701535045117
Binary10110111101111001101111010010111101101111010001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BCDE; }

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

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

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

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

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

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

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

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