#B0B9FF

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

Shades of Perano #B0B9FF

Tints of Perano #B0B9FF

Color information

#B0B9FF (or 0xB0B9FF) is unknown color: approx Perano. HEX triplet: B0, B9 and FF. RGB value is (176,185,255). Sum of RGB (Red+Green+Blue) = 176+185+255=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0B9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B9FF is #4F4600. Grayscale: #BEBEBE. Windows color (decimal): -5195265 or 16759216. OLE color: 16759216.

HSL color Cylindrical-coordinate representation of color #B0B9FF: hue angle of 233.16º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0B9FF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176185255-
CMYK0.310.2700
HSL233.16º100%84.51%-
HSV(B)233.16º30.98%100%-
XYZ53.351.15101.67-
YUV190.29164.52117.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.57%
GREEN value IS 185 (72.66% from 255) = 30.03%
BLUE value IS 255 (100% from 255) = 41.40%
R=28.57%
G=30.03%
B=41.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761852550.310.2700233.1610084.51
HexB0B9FF1F1B00e96455
Octal260271377373300351144125
Binary1011000010111001111111111111111011001110100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B9FF; }

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

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

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

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

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

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

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

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