#B4C4EC

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

Shades of Perano #B4C4EC

Tints of Perano #B4C4EC

Color information

#B4C4EC (or 0xB4C4EC) is unknown color: approx Perano. HEX triplet: B4, C4 and EC. RGB value is (180,196,236). Sum of RGB (Red+Green+Blue) = 180+196+236=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #B4C4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C4EC is #4B3B13. Grayscale: #C3C3C3. Windows color (decimal): -4930324 or 15516852. OLE color: 15516852.

HSL color Cylindrical-coordinate representation of color #B4C4EC: hue angle of 222.86º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4C4EC is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180196236-
CMYK0.240.1700.07
HSL222.86º59.57%81.57%-
HSV(B)222.86º23.73%92.55%-
XYZ53.755.2487.19-
YUV195.78150.7116.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.41%
GREEN value IS 196 (76.95% from 255) = 32.03%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=29.41%
G=32.03%
B=38.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801962360.240.1700.07222.8659.5781.57
HexB4C4EC181107df3c52
Octal26430435430210733774122
Binary10110100110001001110110011000100010111110111111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C4EC; }

 p { color: rgb(180,196,236); }

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

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

 a { background-color: rgb(180,196,236); }

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

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

 span { border-color: rgb(180,196,236); }

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