#B2B8F2

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

Shades of Perano #B2B8F2

Tints of Perano #B2B8F2

Color information

#B2B8F2 (or 0xB2B8F2) is unknown color: approx Perano. HEX triplet: B2, B8 and F2. RGB value is (178,184,242). Sum of RGB (Red+Green+Blue) = 178+184+242=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #B2B8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B8F2 is #4D470D. Grayscale: #BCBCBC. Windows color (decimal): -5064462 or 15906994. OLE color: 15906994.

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

Color convert

RGB178184242-
CMYK0.260.2400.05
HSL234.38º71.11%82.35%-
HSV(B)234.38º26.45%94.9%-
XYZ51.5350.1690.97-
YUV188.82158.01120.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.47%
GREEN value IS 184 (72.27% from 255) = 30.46%
BLUE value IS 242 (94.92% from 255) = 40.07%
R=29.47%
G=30.46%
B=40.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781842420.260.2400.05234.3871.1182.35
HexB2B8F21A1805ea4752
Octal262270362323005352107122
Binary101100101011100011110010110101100001011110101010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B8F2; }

 p { color: rgb(178,184,242); }

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

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

 a { background-color: rgb(178,184,242); }

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

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

 span { border-color: rgb(178,184,242); }

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