#B4C1EA

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

Shades of Perano #B4C1EA

Tints of Perano #B4C1EA

Color information

#B4C1EA (or 0xB4C1EA) is unknown color: approx Perano. HEX triplet: B4, C1 and EA. RGB value is (180,193,234). Sum of RGB (Red+Green+Blue) = 180+193+234=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4C1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C1EA is #4B3E15. Grayscale: #C1C1C1. Windows color (decimal): -4931094 or 15385012. OLE color: 15385012.

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

Color convert

RGB180193234-
CMYK0.230.1800.08
HSL225.56º56.25%81.18%-
HSV(B)225.56º23.08%91.76%-
XYZ52.7453.7885.44-
YUV193.79150.69118.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.65%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=29.65%
G=31.80%
B=38.55%

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
Decimal1801932340.230.1800.08225.5656.2581.18
HexB4C1EA171208e23851
Octal264301352272201034270121
Binary101101001100000111101010101111001001000111000101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C1EA; }

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

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

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

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

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

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

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

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