#b4c2eb

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

Shades of Perano #B4C2EB

Tints of Perano #B4C2EB

Color information

#B4C2EB (or 0xB4C2EB) is unknown color: approx Perano. HEX triplet: B4, C2 and EB. RGB value is (180,194,235). Sum of RGB (Red+Green+Blue) = 180+194+235=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C2EB is #4B3D14. Grayscale: #C2C2C2. Windows color (decimal): -4930837 or 15450804. OLE color: 15450804.

HSL color Cylindrical-coordinate representation of color #B4C2EB: hue angle of 224.73º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4C2EB is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180194235-
CMYK0.230.1700.08
HSL224.73º57.89%81.37%-
HSV(B)224.73º23.4%92.16%-
XYZ53.1154.2986.28-
YUV194.49150.86117.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.56%
GREEN value IS 194 (76.17% from 255) = 31.86%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=29.56%
G=31.86%
B=38.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801942350.230.1700.08224.7357.8981.37
HexB4C2EB171108e13a51
Octal264302353272101034172121
Binary101101001100001011101011101111000101000111000011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4c2eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4c2eb; }

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

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

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

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

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

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

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

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