#B0BDED

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

Shades of Perano #B0BDED

Tints of Perano #B0BDED

Color information

#B0BDED (or 0xB0BDED) is unknown color: approx Perano. HEX triplet: B0, BD and ED. RGB value is (176,189,237). Sum of RGB (Red+Green+Blue) = 176+189+237=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0BDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BDED is #4F4212. Grayscale: #BEBEBE. Windows color (decimal): -5194259 or 15580592. OLE color: 15580592.

HSL color Cylindrical-coordinate representation of color #B0BDED: hue angle of 227.21º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0BDED is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176189237-
CMYK0.260.2000.07
HSL227.21º62.89%80.98%-
HSV(B)227.21º25.74%92.94%-
XYZ51.3951.7487.4-
YUV190.58154.19117.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.24%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=29.24%
G=31.40%
B=39.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761892370.260.2000.07227.2162.8980.98
HexB0BDED1A1407e33f51
Octal26027535532240734377121
Binary10110000101111011110110111010101000111111000111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BDED; }

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

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

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

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

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

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

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

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