#B0BBFA

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

Shades of Perano #B0BBFA

Tints of Perano #B0BBFA

Color information

#B0BBFA (or 0xB0BBFA) is unknown color: approx Perano. HEX triplet: B0, BB and FA. RGB value is (176,187,250). Sum of RGB (Red+Green+Blue) = 176+187+250=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0BBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BBFA is #4F4405. Grayscale: #BEBEBE. Windows color (decimal): -5194758 or 16432048. OLE color: 16432048.

HSL color Cylindrical-coordinate representation of color #B0BBFA: hue angle of 231.08º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0BBFA is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176187250-
CMYK0.300.2500.02
HSL231.08º88.1%83.53%-
HSV(B)231.08º29.6%98.04%-
XYZ52.9351.6797.63-
YUV190.89161.36117.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.71%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=28.71%
G=30.51%
B=40.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761872500.300.2500.02231.0888.183.53
HexB0BBFA1E1902e75854
Octal260273372363102347130124
Binary10110000101110111111101011110110010101110011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBFA; }

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

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

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

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

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

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

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

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