#B6BCDC

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

Shades of Perano #B6BCDC

Tints of Perano #B6BCDC

Color information

#B6BCDC (or 0xB6BCDC) is unknown color: approx Perano. HEX triplet: B6, BC and DC. RGB value is (182,188,220). Sum of RGB (Red+Green+Blue) = 182+188+220=590 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.85% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCDC is #494323. Grayscale: #BDBDBD. Windows color (decimal): -4801316 or 14466230. OLE color: 14466230.

HSL color Cylindrical-coordinate representation of color #B6BCDC: hue angle of 230.53º 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 #B6BCDC is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182188220-
CMYK0.170.1500.14
HSL230.53º35.19%78.82%-
HSV(B)230.53º17.27%86.27%-
XYZ50.1951.0874.92-
YUV189.85145.01122.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.85%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=30.85%
G=31.86%
B=37.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821882200.170.1500.14230.5335.1978.82
HexB6BCDC11F0Ee7234f
Octal266274334211701634743117
Binary10110110101111001101110010001111101110111001111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BCDC; }

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

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

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

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

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

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

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

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