#B6BEDC

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

Shades of Perano #B6BEDC

Tints of Perano #B6BEDC

Color information

#B6BEDC (or 0xB6BEDC) is unknown color: approx Perano. HEX triplet: B6, BE and DC. RGB value is (182,190,220). Sum of RGB (Red+Green+Blue) = 182+190+220=592 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.74% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BEDC is #494123. Grayscale: #BEBEBE. Windows color (decimal): -4800804 or 14466742. OLE color: 14466742.

HSL color Cylindrical-coordinate representation of color #B6BEDC: hue angle of 227.37º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6BEDC is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182190220-
CMYK0.170.1400.14
HSL227.37º35.19%78.82%-
HSV(B)227.37º17.27%86.27%-
XYZ50.6251.9475.07-
YUV191.03144.35121.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.74%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=30.74%
G=32.09%
B=37.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821902200.170.1400.14227.3735.1978.82
HexB6BEDC11E0Ee3234f
Octal266276334211601634343117
Binary10110110101111101101110010001111001110111000111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BEDC; }

 p { color: rgb(182,190,220); }

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

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

 a { background-color: rgb(182,190,220); }

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

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

 span { border-color: rgb(182,190,220); }

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