#B1C4FD

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

Shades of Perano #B1C4FD

Tints of Perano #B1C4FD

Color information

#B1C4FD (or 0xB1C4FD) is unknown color: approx Perano. HEX triplet: B1, C4 and FD. RGB value is (177,196,253). Sum of RGB (Red+Green+Blue) = 177+196+253=626 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.27% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1C4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C4FD is #4E3B02. Grayscale: #C4C4C4. Windows color (decimal): -5126915 or 16630961. OLE color: 16630961.

HSL color Cylindrical-coordinate representation of color #B1C4FD: hue angle of 225º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1C4FD is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177196253-
CMYK0.300.2300.01
HSL225º95%84.31%-
HSV(B)225º30.04%99.22%-
XYZ55.655.92100.79-
YUV196.82159.71113.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.27%
GREEN value IS 196 (76.95% from 255) = 31.31%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=28.27%
G=31.31%
B=40.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771962530.300.2300.012259584.31
HexB1C4FD1E1701e15f54
Octal261304375362701341137124
Binary1011000111000100111111011111010111011110000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C4FD; }

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

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

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

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

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

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

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

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