#B6BDDD

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

Shades of Perano #B6BDDD

Tints of Perano #B6BDDD

Color information

#B6BDDD (or 0xB6BDDD) is unknown color: approx Perano. HEX triplet: B6, BD and DD. RGB value is (182,189,221). Sum of RGB (Red+Green+Blue) = 182+189+221=592 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.74% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDDD is #494222. Grayscale: #BEBEBE. Windows color (decimal): -4801059 or 14532022. OLE color: 14532022.

HSL color Cylindrical-coordinate representation of color #B6BDDD: hue angle of 229.23º degrees, saturation: 0.36, 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 #B6BDDD is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182189221-
CMYK0.180.1400.13
HSL229.23º36.45%79.02%-
HSV(B)229.23º17.65%86.67%-
XYZ50.5451.5675.7-
YUV190.56145.18121.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.74%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=30.74%
G=31.93%
B=37.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821892210.180.1400.13229.2336.4579.02
HexB6BDDD12E0De5244f
Octal266275335221601534544117
Binary10110110101111011101110110010111001101111001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDDD; }

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

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

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

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

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

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

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

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