#B6BDD7

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

Shades of Perano #B6BDD7

Tints of Perano #B6BDD7

Color information

#B6BDD7 (or 0xB6BDD7) is unknown color: approx Perano. HEX triplet: B6, BD and D7. RGB value is (182,189,215). Sum of RGB (Red+Green+Blue) = 182+189+215=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 215 - color contains mainly: blue. Hex color #B6BDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDD7 is #494228. Grayscale: #BDBDBD. Windows color (decimal): -4801065 or 14138806. OLE color: 14138806.

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

Color convert

RGB182189215-
CMYK0.150.1200.16
HSL227.27º29.2%77.84%-
HSV(B)227.27º15.35%84.31%-
XYZ49.7551.2571.56-
YUV189.87142.18122.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.06%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 215 (84.38% from 255) = 36.69%
R=31.06%
G=32.25%
B=36.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821892150.150.1200.16227.2729.277.84
HexB6BDD7FC010e31d4e
Octal266275327171402034335116
Binary1011011010111101110101111111110001000011100011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDD7; }

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

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

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

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

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

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

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

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