#B5BDD7

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

Shades of Perano #B5BDD7

Tints of Perano #B5BDD7

Color information

#B5BDD7 (or 0xB5BDD7) is unknown color: approx Perano. HEX triplet: B5, BD and D7. RGB value is (181,189,215). Sum of RGB (Red+Green+Blue) = 181+189+215=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 215 - color contains mainly: blue. Hex color #B5BDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDD7 is #4A4228. Grayscale: #BDBDBD. Windows color (decimal): -4866601 or 14138805. OLE color: 14138805.

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

Color convert

RGB181189215-
CMYK0.160.1200.16
HSL225.88º29.82%77.65%-
HSV(B)225.88º15.81%84.31%-
XYZ49.5251.1371.55-
YUV189.57142.35121.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.94%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 215 (84.38% from 255) = 36.75%
R=30.94%
G=32.31%
B=36.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811892150.160.1200.16225.8829.8277.65
HexB5BDD710C010e21e4e
Octal265275327201402034236116
Binary10110101101111011101011110000110001000011100010111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BDD7; }

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

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

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

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

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

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

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

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