#B0BFEF

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

Shades of Perano #B0BFEF

Tints of Perano #B0BFEF

Color information

#B0BFEF (or 0xB0BFEF) is unknown color: approx Perano. HEX triplet: B0, BF and EF. RGB value is (176,191,239). Sum of RGB (Red+Green+Blue) = 176+191+239=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0BFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BFEF is #4F4010. Grayscale: #BFBFBF. Windows color (decimal): -5193745 or 15712176. OLE color: 15712176.

HSL color Cylindrical-coordinate representation of color #B0BFEF: hue angle of 225.71º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0BFEF is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176191239-
CMYK0.260.2000.06
HSL225.71º66.32%81.37%-
HSV(B)225.71º26.36%93.73%-
XYZ52.1252.7289.09-
YUV191.99154.53116.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.04%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 239 (93.75% from 255) = 39.44%
R=29.04%
G=31.52%
B=39.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761912390.260.2000.06225.7166.3281.37
HexB0BFEF1A1406e24251
Octal260277357322406342102121
Binary101100001011111111101111110101010001101110001010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFEF; }

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

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

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

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

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

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

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

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