#B1C4FE

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

Shades of Perano #B1C4FE

Tints of Perano #B1C4FE

Color information

#B1C4FE (or 0xB1C4FE) is unknown color: approx Perano. HEX triplet: B1, C4 and FE. RGB value is (177,196,254). Sum of RGB (Red+Green+Blue) = 177+196+254=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1C4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C4FE is #4E3B01. Grayscale: #C4C4C4. Windows color (decimal): -5126914 or 16696497. OLE color: 16696497.

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

Color convert

RGB177196254-
CMYK0.300.2300.00
HSL225.19º97.47%84.51%-
HSV(B)225.19º30.31%99.61%-
XYZ55.7655.98101.63-
YUV196.93160.21113.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.23%
GREEN value IS 196 (76.95% from 255) = 31.26%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=28.23%
G=31.26%
B=40.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1771962540.300.2300.00225.1997.4784.51
HexB1C4FE1E1700e16155
Octal261304376362700341141125
Binary1011000111000100111111101111010111001110000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C4FE; }

 p { color: rgb(177,196,254); }

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

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

 a { background-color: rgb(177,196,254); }

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

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

 span { border-color: rgb(177,196,254); }

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