#B0BEDF

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

Shades of Perano #B0BEDF

Tints of Perano #B0BEDF

Color information

#B0BEDF (or 0xB0BEDF) is unknown color: approx Perano. HEX triplet: B0, BE and DF. RGB value is (176,190,223). Sum of RGB (Red+Green+Blue) = 176+190+223=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BEDF is #4F4120. Grayscale: #BDBDBD. Windows color (decimal): -5194017 or 14663344. OLE color: 14663344.

HSL color Cylindrical-coordinate representation of color #B0BEDF: hue angle of 222.13º 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 #B0BEDF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176190223-
CMYK0.210.1500.13
HSL222.13º42.34%78.24%-
HSV(B)222.13º21.08%87.45%-
XYZ49.6451.3877.11-
YUV189.58146.86118.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.88%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=29.88%
G=32.26%
B=37.86%

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
Decimal1761902230.210.1500.13222.1342.3478.24
HexB0BEDF15F0Dde2a4e
Octal260276337251701533652116
Binary10110000101111101101111110101111101101110111101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BEDF; }

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

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

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

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

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

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

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

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