#B4BBD9

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

Shades of Perano #B4BBD9

Tints of Perano #B4BBD9

Color information

#B4BBD9 (or 0xB4BBD9) is unknown color: approx Perano. HEX triplet: B4, BB and D9. RGB value is (180,187,217). Sum of RGB (Red+Green+Blue) = 180+187+217=584 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.82% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 217 - color contains mainly: blue. Hex color #B4BBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBD9 is #4B4426. Grayscale: #BCBCBC. Windows color (decimal): -4932647 or 14269364. OLE color: 14269364.

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

Color convert

RGB180187217-
CMYK0.170.1400.15
HSL228.65º32.74%77.84%-
HSV(B)228.65º17.05%85.1%-
XYZ49.1250.2572.76-
YUV188.33144.18122.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.82%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 217 (85.16% from 255) = 37.16%
R=30.82%
G=32.02%
B=37.16%

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
Decimal1801872170.170.1400.15228.6532.7477.84
HexB4BBD911E0Fe5214e
Octal264273331211601734541116
Binary10110100101110111101100110001111001111111001011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBD9; }

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

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

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

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

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

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

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

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