#B5C1FE

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

Shades of Perano #B5C1FE

Tints of Perano #B5C1FE

Color information

#B5C1FE (or 0xB5C1FE) is unknown color: approx Perano. HEX triplet: B5, C1 and FE. RGB value is (181,193,254). Sum of RGB (Red+Green+Blue) = 181+193+254=628 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.82% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5C1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C1FE is #4A3E01. Grayscale: #C4C4C4. Windows color (decimal): -4865538 or 16695733. OLE color: 16695733.

HSL color Cylindrical-coordinate representation of color #B5C1FE: hue angle of 230.14º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5C1FE is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB181193254-
CMYK0.290.2400.00
HSL230.14º97.33%85.29%-
HSV(B)230.14º28.74%99.61%-
XYZ56.0255.12101.45-
YUV196.37160.52117.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.82%
GREEN value IS 193 (75.78% from 255) = 30.73%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=28.82%
G=30.73%
B=40.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811932540.290.2400.00230.1497.3385.29
HexB5C1FE1D1800e66155
Octal265301376353000346141125
Binary1011010111000001111111101110111000001110011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C1FE; }

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

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

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

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

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

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

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

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