#B1BEDE

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

Shades of Perano #B1BEDE

Tints of Perano #B1BEDE

Color information

#B1BEDE (or 0xB1BEDE) is unknown color: approx Perano. HEX triplet: B1, BE and DE. RGB value is (177,190,222). Sum of RGB (Red+Green+Blue) = 177+190+222=589 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30.05% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #B1BEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BEDE is #4E4121. Grayscale: #BDBDBD. Windows color (decimal): -5128482 or 14597809. OLE color: 14597809.

HSL color Cylindrical-coordinate representation of color #B1BEDE: hue angle of 222.67º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1BEDE is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177190222-
CMYK0.200.1400.13
HSL222.67º40.54%78.24%-
HSV(B)222.67º20.27%87.06%-
XYZ49.7351.4576.42-
YUV189.76146.19118.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.05%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=30.05%
G=32.26%
B=37.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771902220.200.1400.13222.6740.5478.24
HexB1BEDE14E0Ddf294e
Octal261276336241601533751116
Binary10110001101111101101111010100111001101110111111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEDE; }

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

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

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

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

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

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

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

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