#B0BFF2

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

Shades of Perano #B0BFF2

Tints of Perano #B0BFF2

Color information

#B0BFF2 (or 0xB0BFF2) is unknown color: approx Perano. HEX triplet: B0, BF and F2. RGB value is (176,191,242). Sum of RGB (Red+Green+Blue) = 176+191+242=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0BFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BFF2 is #4F400D. Grayscale: #C0C0C0. Windows color (decimal): -5193742 or 15908784. OLE color: 15908784.

HSL color Cylindrical-coordinate representation of color #B0BFF2: hue angle of 226.36º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0BFF2 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176191242-
CMYK0.270.2100.05
HSL226.36º71.74%81.96%-
HSV(B)226.36º27.27%94.9%-
XYZ52.5652.991.45-
YUV192.33156.03116.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.90%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 242 (94.92% from 255) = 39.74%
R=28.90%
G=31.36%
B=39.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761912420.270.2100.05226.3671.7481.96
HexB0BFF21B1505e24852
Octal260277362332505342110122
Binary101100001011111111110010110111010101011110001010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFF2; }

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

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

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

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

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

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

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

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