#B3BBDD

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

Shades of Perano #B3BBDD

Tints of Perano #B3BBDD

Color information

#B3BBDD (or 0xB3BBDD) is unknown color: approx Perano. HEX triplet: B3, BB and DD. RGB value is (179,187,221). Sum of RGB (Red+Green+Blue) = 179+187+221=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBDD is #4C4422. Grayscale: #BCBCBC. Windows color (decimal): -4998179 or 14531507. OLE color: 14531507.

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

Color convert

RGB179187221-
CMYK0.190.1500.13
HSL228.57º38.18%78.43%-
HSV(B)228.57º19%86.67%-
XYZ49.4150.3475.52-
YUV188.48146.35121.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.49%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=30.49%
G=31.86%
B=37.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791872210.190.1500.13228.5738.1878.43
HexB3BBDD13F0De5264e
Octal263273335231701534546116
Binary10110011101110111101110110011111101101111001011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBDD; }

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

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

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

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

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

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

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

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