#B4BCDE

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

Shades of Perano #B4BCDE

Tints of Perano #B4BCDE

Color information

#B4BCDE (or 0xB4BCDE) is unknown color: approx Perano. HEX triplet: B4, BC and DE. RGB value is (180,188,222). Sum of RGB (Red+Green+Blue) = 180+188+222=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4BCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCDE is #4B4321. Grayscale: #BDBDBD. Windows color (decimal): -4932386 or 14597300. OLE color: 14597300.

HSL color Cylindrical-coordinate representation of color #B4BCDE: hue angle of 228.57º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4BCDE is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180188222-
CMYK0.190.1500.13
HSL228.57º38.89%78.82%-
HSV(B)228.57º18.92%87.06%-
XYZ49.9950.9476.31-
YUV189.48146.35121.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.51%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 222 (87.11% from 255) = 37.63%
R=30.51%
G=31.86%
B=37.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801882220.190.1500.13228.5738.8978.82
HexB4BCDE13F0De5274f
Octal264274336231701534547117
Binary10110100101111001101111010011111101101111001011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BCDE; }

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

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

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

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

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

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

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

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