#B3BCDC

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

Shades of Perano #B3BCDC

Tints of Perano #B3BCDC

Color information

#B3BCDC (or 0xB3BCDC) is unknown color: approx Perano. HEX triplet: B3, BC and DC. RGB value is (179,188,220). Sum of RGB (Red+Green+Blue) = 179+188+220=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCDC is #4C4323. Grayscale: #BCBCBC. Windows color (decimal): -4997924 or 14466227. OLE color: 14466227.

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

Color convert

RGB179188220-
CMYK0.190.1500.14
HSL226.83º36.94%78.24%-
HSV(B)226.83º18.64%86.27%-
XYZ49.4950.7274.89-
YUV188.96145.52120.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.49%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=30.49%
G=32.03%
B=37.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791882200.190.1500.14226.8336.9478.24
HexB3BCDC13F0Ee3254e
Octal263274334231701634345116
Binary10110011101111001101110010011111101110111000111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCDC; }

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

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

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

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

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

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

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

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