#B5C1EF

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

Shades of Perano #B5C1EF

Tints of Perano #B5C1EF

Color information

#B5C1EF (or 0xB5C1EF) is unknown color: approx Perano. HEX triplet: B5, C1 and EF. RGB value is (181,193,239). Sum of RGB (Red+Green+Blue) = 181+193+239=613 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.53% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5C1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C1EF is #4A3E10. Grayscale: #C2C2C2. Windows color (decimal): -4865553 or 15712693. OLE color: 15712693.

HSL color Cylindrical-coordinate representation of color #B5C1EF: hue angle of 227.59º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5C1EF is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB181193239-
CMYK0.240.1900.06
HSL227.59º64.44%82.35%-
HSV(B)227.59º24.27%93.73%-
XYZ53.7154.289.29-
YUV194.66153.02118.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.53%
GREEN value IS 193 (75.78% from 255) = 31.48%
BLUE value IS 239 (93.75% from 255) = 38.99%
R=29.53%
G=31.48%
B=38.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811932390.240.1900.06227.5964.4482.35
HexB5C1EF181306e44052
Octal265301357302306344100122
Binary101101011100000111101111110001001101101110010010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C1EF; }

 p { color: rgb(181,193,239); }

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

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

 a { background-color: rgb(181,193,239); }

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

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

 span { border-color: rgb(181,193,239); }

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