#B0BFFF

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

Shades of Perano #B0BFFF

Tints of Perano #B0BFFF

Color information

#B0BFFF (or 0xB0BFFF) is unknown color: approx Perano. HEX triplet: B0, BF and FF. RGB value is (176,191,255). Sum of RGB (Red+Green+Blue) = 176+191+255=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BFFF is #4F4000. Grayscale: #C1C1C1. Windows color (decimal): -5193729 or 16760752. OLE color: 16760752.

HSL color Cylindrical-coordinate representation of color #B0BFFF: hue angle of 228.61º 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 #B0BFFF is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176191255-
CMYK0.310.2500
HSL228.61º100%84.51%-
HSV(B)228.61º30.98%100%-
XYZ54.5953.71102.1-
YUV193.81162.53115.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.30%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 255 (100% from 255) = 41.00%
R=28.30%
G=30.71%
B=41.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761912550.310.2500228.6110084.51
HexB0BFFF1F1900e56455
Octal260277377373100345144125
Binary1011000010111111111111111111111001001110010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFFF; }

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

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

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

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

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

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

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

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