#B4BDDD

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

Shades of Perano #B4BDDD

Tints of Perano #B4BDDD

Color information

#B4BDDD (or 0xB4BDDD) is unknown color: approx Perano. HEX triplet: B4, BD and DD. RGB value is (180,189,221). Sum of RGB (Red+Green+Blue) = 180+189+221=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDDD is #4B4222. Grayscale: #BDBDBD. Windows color (decimal): -4932131 or 14532020. OLE color: 14532020.

HSL color Cylindrical-coordinate representation of color #B4BDDD: hue angle of 226.83º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4BDDD is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180189221-
CMYK0.190.1400.13
HSL226.83º37.61%78.63%-
HSV(B)226.83º18.55%86.67%-
XYZ50.0751.3275.67-
YUV189.96145.52120.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.51%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=30.51%
G=32.03%
B=37.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801892210.190.1400.13226.8337.6178.63
HexB4BDDD13E0De3264f
Octal264275335231601534346117
Binary10110100101111011101110110011111001101111000111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDDD; }

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

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

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

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

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

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

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

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