#B2BFEF

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

Shades of Perano #B2BFEF

Tints of Perano #B2BFEF

Color information

#B2BFEF (or 0xB2BFEF) is unknown color: approx Perano. HEX triplet: B2, BF and EF. RGB value is (178,191,239). Sum of RGB (Red+Green+Blue) = 178+191+239=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2BFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BFEF is #4D4010. Grayscale: #C0C0C0. Windows color (decimal): -5062673 or 15712178. OLE color: 15712178.

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

Color convert

RGB178191239-
CMYK0.260.2000.06
HSL227.21º65.59%81.76%-
HSV(B)227.21º25.52%93.73%-
XYZ52.5752.9689.11-
YUV192.58154.19117.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.28%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 239 (93.75% from 255) = 39.31%
R=29.28%
G=31.41%
B=39.31%

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
Decimal1781912390.260.2000.06227.2165.5981.76
HexB2BFEF1A1406e34252
Octal262277357322406343102122
Binary101100101011111111101111110101010001101110001110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BFEF; }

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

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

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

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

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

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

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

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