#B3BBD9

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

Shades of Perano #B3BBD9

Tints of Perano #B3BBD9

Color information

#B3BBD9 (or 0xB3BBD9) is unknown color: approx Perano. HEX triplet: B3, BB and D9. RGB value is (179,187,217). Sum of RGB (Red+Green+Blue) = 179+187+217=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 217 - color contains mainly: blue. Hex color #B3BBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBD9 is #4C4426. Grayscale: #BBBBBB. Windows color (decimal): -4998183 or 14269363. OLE color: 14269363.

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

Color convert

RGB179187217-
CMYK0.180.1400.15
HSL227.37º33.33%77.65%-
HSV(B)227.37º17.51%85.1%-
XYZ48.8950.1372.75-
YUV188.03144.35121.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.70%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 217 (85.16% from 255) = 37.22%
R=30.70%
G=32.08%
B=37.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791872170.180.1400.15227.3733.3377.65
HexB3BBD912E0Fe3214e
Octal263273331221601734341116
Binary10110011101110111101100110010111001111111000111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBD9; }

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

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

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

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

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

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

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

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