#B4C2EC

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

Shades of Perano #B4C2EC

Tints of Perano #B4C2EC

Color information

#B4C2EC (or 0xB4C2EC) is unknown color: approx Perano. HEX triplet: B4, C2 and EC. RGB value is (180,194,236). Sum of RGB (Red+Green+Blue) = 180+194+236=610 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.51% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #B4C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C2EC is #4B3D13. Grayscale: #C2C2C2. Windows color (decimal): -4930836 or 15516340. OLE color: 15516340.

HSL color Cylindrical-coordinate representation of color #B4C2EC: hue angle of 225º 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 #B4C2EC is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180194236-
CMYK0.240.1800.07
HSL225º59.57%81.57%-
HSV(B)225º23.73%92.55%-
XYZ53.2554.3487.04-
YUV194.6151.36117.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.51%
GREEN value IS 194 (76.17% from 255) = 31.80%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=29.51%
G=31.80%
B=38.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801942360.240.1800.0722559.5781.57
HexB4C2EC181207e13c52
Octal26430235430220734174122
Binary10110100110000101110110011000100100111111000011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C2EC; }

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

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

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

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

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

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

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

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