#B0B9F7

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

Shades of Perano #B0B9F7

Tints of Perano #B0B9F7

Color information

#B0B9F7 (or 0xB0B9F7) is unknown color: approx Perano. HEX triplet: B0, B9 and F7. RGB value is (176,185,247). Sum of RGB (Red+Green+Blue) = 176+185+247=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #B0B9F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B9F7 is #4F4608. Grayscale: #BDBDBD. Windows color (decimal): -5195273 or 16234928. OLE color: 16234928.

HSL color Cylindrical-coordinate representation of color #B0B9F7: hue angle of 232.39º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0B9F7 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB176185247-
CMYK0.290.2500.03
HSL232.39º81.61%82.94%-
HSV(B)232.39º28.74%96.86%-
XYZ52.0450.6495.03-
YUV189.38160.52118.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.95%
GREEN value IS 185 (72.66% from 255) = 30.43%
BLUE value IS 247 (96.88% from 255) = 40.62%
R=28.95%
G=30.43%
B=40.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1761852470.290.2500.03232.3981.6182.94
HexB0B9F71D1903e85253
Octal260271367353103350122123
Binary10110000101110011111011111101110010111110100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B9F7; }

 p { color: rgb(176,185,247); }

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

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

 a { background-color: rgb(176,185,247); }

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

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

 span { border-color: rgb(176,185,247); }

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