#B4BBDB

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

Shades of Perano #B4BBDB

Tints of Perano #B4BBDB

Color information

#B4BBDB (or 0xB4BBDB) is unknown color: approx Perano. HEX triplet: B4, BB and DB. RGB value is (180,187,219). Sum of RGB (Red+Green+Blue) = 180+187+219=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBDB is #4B4424. Grayscale: #BCBCBC. Windows color (decimal): -4932645 or 14400436. OLE color: 14400436.

HSL color Cylindrical-coordinate representation of color #B4BBDB: hue angle of 229.23º 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 #B4BBDB is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180187219-
CMYK0.180.1500.14
HSL229.23º35.14%78.24%-
HSV(B)229.23º17.81%85.88%-
XYZ49.3850.3674.14-
YUV188.56145.18121.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.72%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=30.72%
G=31.91%
B=37.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801872190.180.1500.14229.2335.1478.24
HexB4BBDB12F0Ee5234e
Octal264273333221701634543116
Binary10110100101110111101101110010111101110111001011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBDB; }

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

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

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

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

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

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

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

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