#B1BEDF

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

Shades of Perano #B1BEDF

Tints of Perano #B1BEDF

Color information

#B1BEDF (or 0xB1BEDF) is unknown color: approx Perano. HEX triplet: B1, BE and DF. RGB value is (177,190,223). Sum of RGB (Red+Green+Blue) = 177+190+223=590 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BEDF is #4E4120. Grayscale: #BDBDBD. Windows color (decimal): -5128481 or 14663345. OLE color: 14663345.

HSL color Cylindrical-coordinate representation of color #B1BEDF: hue angle of 223.04º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1BEDF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177190223-
CMYK0.210.1500.13
HSL223.04º41.82%78.43%-
HSV(B)223.04º20.63%87.45%-
XYZ49.8651.577.12-
YUV189.87146.69118.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=30%
G=32.20%
B=37.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771902230.210.1500.13223.0441.8278.43
HexB1BEDF15F0Ddf2a4e
Octal261276337251701533752116
Binary10110001101111101101111110101111101101110111111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEDF; }

 p { color: rgb(177,190,223); }

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

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

 a { background-color: rgb(177,190,223); }

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

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

 span { border-color: rgb(177,190,223); }

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