#B4BCDC

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

Shades of Perano #B4BCDC

Tints of Perano #B4BCDC

Color information

#B4BCDC (or 0xB4BCDC) is unknown color: approx Perano. HEX triplet: B4, BC and DC. RGB value is (180,188,220). Sum of RGB (Red+Green+Blue) = 180+188+220=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 188 (73.83% from 255 or 31.97% 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 #B4BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCDC is #4B4323. Grayscale: #BDBDBD. Windows color (decimal): -4932388 or 14466228. OLE color: 14466228.

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

Color convert

RGB180188220-
CMYK0.180.1500.14
HSL228º36.36%78.43%-
HSV(B)228º18.18%86.27%-
XYZ49.7250.8474.9-
YUV189.26145.35121.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.61%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=30.61%
G=31.97%
B=37.41%

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
Decimal1801882200.180.1500.1422836.3678.43
HexB4BCDC12F0Ee4244e
Octal264274334221701634444116
Binary10110100101111001101110010010111101110111001001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BCDC; }

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

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

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

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

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

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

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

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