#B2BCDC

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

Shades of Perano #B2BCDC

Tints of Perano #B2BCDC

Color information

#B2BCDC (or 0xB2BCDC) is unknown color: approx Perano. HEX triplet: B2, BC and DC. RGB value is (178,188,220). Sum of RGB (Red+Green+Blue) = 178+188+220=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCDC is #4D4323. Grayscale: #BCBCBC. Windows color (decimal): -5063460 or 14466226. OLE color: 14466226.

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

Color convert

RGB178188220-
CMYK0.190.1500.14
HSL225.71º37.5%78.04%-
HSV(B)225.71º19.09%86.27%-
XYZ49.2650.674.88-
YUV188.66145.69120.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.38%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=30.38%
G=32.08%
B=37.54%

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
Decimal1781882200.190.1500.14225.7137.578.04
HexB2BCDC13F0Ee2254e
Octal262274334231701634245116
Binary10110010101111001101110010011111101110111000101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BCDC; }

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

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

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

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

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

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

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

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