#B3BBDB

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

Shades of Perano #B3BBDB

Tints of Perano #B3BBDB

Color information

#B3BBDB (or 0xB3BBDB) is unknown color: approx Perano. HEX triplet: B3, BB and DB. RGB value is (179,187,219). Sum of RGB (Red+Green+Blue) = 179+187+219=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBDB is #4C4424. Grayscale: #BCBCBC. Windows color (decimal): -4998181 or 14400435. OLE color: 14400435.

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

Color convert

RGB179187219-
CMYK0.180.1500.14
HSL228º35.71%78.04%-
HSV(B)228º18.26%85.88%-
XYZ49.1550.2474.12-
YUV188.26145.35121.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.60%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=30.60%
G=31.97%
B=37.44%

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
Decimal1791872190.180.1500.1422835.7178.04
HexB3BBDB12F0Ee4244e
Octal263273333221701634444116
Binary10110011101110111101101110010111101110111001001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBDB; }

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

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

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

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

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

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

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

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