#B1C4FF

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

Shades of Perano #B1C4FF

Tints of Perano #B1C4FF

Color information

#B1C4FF (or 0xB1C4FF) is unknown color: approx Perano. HEX triplet: B1, C4 and FF. RGB value is (177,196,255). Sum of RGB (Red+Green+Blue) = 177+196+255=628 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.18% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1C4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C4FF is #4E3B00. Grayscale: #C4C4C4. Windows color (decimal): -5126913 or 16762033. OLE color: 16762033.

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

Color convert

RGB177196255-
CMYK0.310.2300
HSL225.38º100%84.71%-
HSV(B)225.38º30.59%100%-
XYZ55.9256.05102.48-
YUV197.04160.71113.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.18%
GREEN value IS 196 (76.95% from 255) = 31.21%
BLUE value IS 255 (100% from 255) = 40.61%
R=28.18%
G=31.21%
B=40.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771962550.310.2300225.3810084.71
HexB1C4FF1F1700e16455
Octal261304377372700341144125
Binary1011000111000100111111111111110111001110000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C4FF; }

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

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

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

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

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

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

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

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