#B0BFF9

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

Shades of Perano #B0BFF9

Tints of Perano #B0BFF9

Color information

#B0BFF9 (or 0xB0BFF9) is unknown color: approx Perano. HEX triplet: B0, BF and F9. RGB value is (176,191,249). Sum of RGB (Red+Green+Blue) = 176+191+249=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0BFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BFF9 is #4F4006. Grayscale: #C0C0C0. Windows color (decimal): -5193735 or 16367536. OLE color: 16367536.

HSL color Cylindrical-coordinate representation of color #B0BFF9: hue angle of 227.67º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0BFF9 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176191249-
CMYK0.290.2300.02
HSL227.67º85.88%83.33%-
HSV(B)227.67º29.32%97.65%-
XYZ53.6353.3397.09-
YUV193.13159.53115.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.57%
GREEN value IS 191 (75% from 255) = 31.01%
BLUE value IS 249 (97.66% from 255) = 40.42%
R=28.57%
G=31.01%
B=40.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761912490.290.2300.02227.6785.8883.33
HexB0BFF91D1702e45653
Octal260277371352702344126123
Binary10110000101111111111100111101101110101110010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFF9; }

 p { color: rgb(176,191,249); }

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

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

 a { background-color: rgb(176,191,249); }

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

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

 span { border-color: rgb(176,191,249); }

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