#B6BDD9

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

Shades of Perano #B6BDD9

Tints of Perano #B6BDD9

Color information

#B6BDD9 (or 0xB6BDD9) is unknown color: approx Perano. HEX triplet: B6, BD and D9. RGB value is (182,189,217). Sum of RGB (Red+Green+Blue) = 182+189+217=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 217 - color contains mainly: blue. Hex color #B6BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDD9 is #494226. Grayscale: #BDBDBD. Windows color (decimal): -4801063 or 14269878. OLE color: 14269878.

HSL color Cylindrical-coordinate representation of color #B6BDD9: hue angle of 228º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6BDD9 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182189217-
CMYK0.160.1300.15
HSL228º31.53%78.24%-
HSV(B)228º16.13%85.1%-
XYZ50.0151.3572.92-
YUV190.1143.18122.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.95%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 217 (85.16% from 255) = 36.90%
R=30.95%
G=32.14%
B=36.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821892170.160.1300.1522831.5378.24
HexB6BDD910D0Fe4204e
Octal266275331201501734440116
Binary10110110101111011101100110000110101111111001001000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDD9; }

 p { color: rgb(182,189,217); }

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

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

 a { background-color: rgb(182,189,217); }

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

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

 span { border-color: rgb(182,189,217); }

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