#B4BDDB

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

Shades of Perano #B4BDDB

Tints of Perano #B4BDDB

Color information

#B4BDDB (or 0xB4BDDB) is unknown color: approx Perano. HEX triplet: B4, BD and DB. RGB value is (180,189,219). Sum of RGB (Red+Green+Blue) = 180+189+219=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDDB is #4B4224. Grayscale: #BDBDBD. Windows color (decimal): -4932133 or 14400948. OLE color: 14400948.

HSL color Cylindrical-coordinate representation of color #B4BDDB: hue angle of 226.15º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4BDDB is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180189219-
CMYK0.180.1400.14
HSL226.15º35.14%78.24%-
HSV(B)226.15º17.81%85.88%-
XYZ49.8151.2174.28-
YUV189.73144.52121.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.61%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=30.61%
G=32.14%
B=37.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801892190.180.1400.14226.1535.1478.24
HexB4BDDB12E0Ee2234e
Octal264275333221601634243116
Binary10110100101111011101101110010111001110111000101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDDB; }

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

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

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

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

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

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

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

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