#B4C1EB

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

Shades of Perano #B4C1EB

Tints of Perano #B4C1EB

Color information

#B4C1EB (or 0xB4C1EB) is unknown color: approx Perano. HEX triplet: B4, C1 and EB. RGB value is (180,193,235). Sum of RGB (Red+Green+Blue) = 180+193+235=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4C1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C1EB is #4B3E14. Grayscale: #C1C1C1. Windows color (decimal): -4931093 or 15450548. OLE color: 15450548.

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

Color convert

RGB180193235-
CMYK0.230.1800.08
HSL225.82º57.89%81.37%-
HSV(B)225.82º23.4%92.16%-
XYZ52.8953.8486.2-
YUV193.9151.19118.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.61%
GREEN value IS 193 (75.78% from 255) = 31.74%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=29.61%
G=31.74%
B=38.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801932350.230.1800.08225.8257.8981.37
HexB4C1EB171208e23a51
Octal264301353272201034272121
Binary101101001100000111101011101111001001000111000101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C1EB; }

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

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

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

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

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

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

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

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