#B5C1EE

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

Shades of Perano #B5C1EE

Tints of Perano #B5C1EE

Color information

#B5C1EE (or 0xB5C1EE) is unknown color: approx Perano. HEX triplet: B5, C1 and EE. RGB value is (181,193,238). Sum of RGB (Red+Green+Blue) = 181+193+238=612 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.58% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5C1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C1EE is #4A3E11. Grayscale: #C2C2C2. Windows color (decimal): -4865554 or 15647157. OLE color: 15647157.

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

Color convert

RGB181193238-
CMYK0.240.1900.07
HSL227.37º62.64%82.16%-
HSV(B)227.37º23.95%93.33%-
XYZ53.5654.1488.52-
YUV194.54152.52118.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.58%
GREEN value IS 193 (75.78% from 255) = 31.54%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=29.58%
G=31.54%
B=38.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811932380.240.1900.07227.3762.6482.16
HexB5C1EE181307e33f52
Octal26530135630230734377122
Binary10110101110000011110111011000100110111111000111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C1EE; }

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

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

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

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

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

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

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

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