#B0BDDF

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

Shades of Perano #B0BDDF

Tints of Perano #B0BDDF

Color information

#B0BDDF (or 0xB0BDDF) is unknown color: approx Perano. HEX triplet: B0, BD and DF. RGB value is (176,189,223). Sum of RGB (Red+Green+Blue) = 176+189+223=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0BDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDDF is #4F4220. Grayscale: #BCBCBC. Windows color (decimal): -5194273 or 14663088. OLE color: 14663088.

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

Color convert

RGB176189223-
CMYK0.210.1500.13
HSL223.4º42.34%78.24%-
HSV(B)223.4º21.08%87.45%-
XYZ49.4250.9577.04-
YUV188.99147.19118.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.93%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=29.93%
G=32.14%
B=37.93%

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
Decimal1761892230.210.1500.13223.442.3478.24
HexB0BDDF15F0Ddf2a4e
Octal260275337251701533752116
Binary10110000101111011101111110101111101101110111111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BDDF; }

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

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

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

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

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

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

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

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