#B4BAD8

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

Shades of Perano #B4BAD8

Tints of Perano #B4BAD8

Color information

#B4BAD8 (or 0xB4BAD8) is unknown color: approx Perano. HEX triplet: B4, BA and D8. RGB value is (180,186,216). Sum of RGB (Red+Green+Blue) = 180+186+216=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 216 - color contains mainly: blue. Hex color #B4BAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BAD8 is #4B4527. Grayscale: #BBBBBB. Windows color (decimal): -4932904 or 14203572. OLE color: 14203572.

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

Color convert

RGB180186216-
CMYK0.170.1400.15
HSL230º31.58%77.65%-
HSV(B)230º16.67%84.71%-
XYZ48.7849.7872-
YUV187.63144.01122.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.93%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 216 (84.77% from 255) = 37.11%
R=30.93%
G=31.96%
B=37.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801862160.170.1400.1523031.5877.65
HexB4BAD811E0Fe6204e
Octal264272330211601734640116
Binary10110100101110101101100010001111001111111001101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BAD8; }

 p { color: rgb(180,186,216); }

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

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

 a { background-color: rgb(180,186,216); }

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

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

 span { border-color: rgb(180,186,216); }

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