#B1C3FE

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

Shades of Perano #B1C3FE

Tints of Perano #B1C3FE

Color information

#B1C3FE (or 0xB1C3FE) is unknown color: approx Perano. HEX triplet: B1, C3 and FE. RGB value is (177,195,254). Sum of RGB (Red+Green+Blue) = 177+195+254=626 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.27% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1C3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C3FE is #4E3C01. Grayscale: #C4C4C4. Windows color (decimal): -5127170 or 16696241. OLE color: 16696241.

HSL color Cylindrical-coordinate representation of color #B1C3FE: hue angle of 225.97º 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 #B1C3FE is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177195254-
CMYK0.300.2300.00
HSL225.97º97.47%84.51%-
HSV(B)225.97º30.31%99.61%-
XYZ55.5455.53101.56-
YUV196.34160.54114.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.27%
GREEN value IS 195 (76.56% from 255) = 31.15%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=28.27%
G=31.15%
B=40.58%

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
Decimal1771952540.300.2300.00225.9797.4784.51
HexB1C3FE1E1700e26155
Octal261303376362700342141125
Binary1011000111000011111111101111010111001110001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C3FE; }

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

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

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

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

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

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

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

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