#B3BDDC

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

Shades of Perano #B3BDDC

Tints of Perano #B3BDDC

Color information

#B3BDDC (or 0xB3BDDC) is unknown color: approx Perano. HEX triplet: B3, BD and DC. RGB value is (179,189,220). Sum of RGB (Red+Green+Blue) = 179+189+220=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDDC is #4C4223. Grayscale: #BDBDBD. Windows color (decimal): -4997668 or 14466483. OLE color: 14466483.

HSL color Cylindrical-coordinate representation of color #B3BDDC: hue angle of 225.37º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3BDDC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179189220-
CMYK0.190.1400.14
HSL225.37º36.94%78.24%-
HSV(B)225.37º18.64%86.27%-
XYZ49.7151.1574.96-
YUV189.54145.19120.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.44%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=30.44%
G=32.14%
B=37.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791892200.190.1400.14225.3736.9478.24
HexB3BDDC13E0Ee1254e
Octal263275334231601634145116
Binary10110011101111011101110010011111001110111000011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BDDC; }

 p { color: rgb(179,189,220); }

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

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

 a { background-color: rgb(179,189,220); }

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

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

 span { border-color: rgb(179,189,220); }

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