#B1C1FD

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

Shades of Perano #B1C1FD

Tints of Perano #B1C1FD

Color information

#B1C1FD (or 0xB1C1FD) is unknown color: approx Perano. HEX triplet: B1, C1 and FD. RGB value is (177,193,253). Sum of RGB (Red+Green+Blue) = 177+193+253=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1C1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C1FD is #4E3E02. Grayscale: #C2C2C2. Windows color (decimal): -5127683 or 16630193. OLE color: 16630193.

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

Color convert

RGB177193253-
CMYK0.300.2400.01
HSL227.37º95%84.31%-
HSV(B)227.37º30.04%99.22%-
XYZ54.9354.58100.57-
YUV195.06160.7115.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.41%
GREEN value IS 193 (75.78% from 255) = 30.98%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=28.41%
G=30.98%
B=40.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771932530.300.2400.01227.379584.31
HexB1C1FD1E1801e35f54
Octal261301375363001343137124
Binary1011000111000001111111011111011000011110001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C1FD; }

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

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

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

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

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

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

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

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