#B0BBED

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

Shades of Perano #B0BBED

Tints of Perano #B0BBED

Color information

#B0BBED (or 0xB0BBED) is unknown color: approx Perano. HEX triplet: B0, BB and ED. RGB value is (176,187,237). Sum of RGB (Red+Green+Blue) = 176+187+237=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BBED is #4F4412. Grayscale: #BDBDBD. Windows color (decimal): -5194771 or 15580080. OLE color: 15580080.

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

Color convert

RGB176187237-
CMYK0.260.2100.07
HSL229.18º62.89%80.98%-
HSV(B)229.18º25.74%92.94%-
XYZ50.9650.8987.26-
YUV189.41154.86118.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.33%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 237 (92.97% from 255) = 39.5%
R=29.33%
G=31.17%
B=39.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761872370.260.2100.07229.1862.8980.98
HexB0BBED1A1507e53f51
Octal26027335532250734577121
Binary10110000101110111110110111010101010111111001011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBED; }

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

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

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

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

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

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

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

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