#B3BBDA

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

Shades of Perano #B3BBDA

Tints of Perano #B3BBDA

Color information

#B3BBDA (or 0xB3BBDA) is unknown color: approx Perano. HEX triplet: B3, BB and DA. RGB value is (179,187,218). Sum of RGB (Red+Green+Blue) = 179+187+218=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBDA is #4C4425. Grayscale: #BCBCBC. Windows color (decimal): -4998182 or 14334899. OLE color: 14334899.

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

Color convert

RGB179187218-
CMYK0.180.1400.15
HSL227.69º34.51%77.84%-
HSV(B)227.69º17.89%85.49%-
XYZ49.0250.1973.43-
YUV188.14144.85121.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.65%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=30.65%
G=32.02%
B=37.33%

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
Decimal1791872180.180.1400.15227.6934.5177.84
HexB3BBDA12E0Fe4234e
Octal263273332221601734443116
Binary10110011101110111101101010010111001111111001001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBDA; }

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

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

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

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

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

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

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

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