#b2c3f7

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

Shades of Perano #B2C3F7

Tints of Perano #B2C3F7

Color information

#B2C3F7 (or 0xB2C3F7) is unknown color: approx Perano. HEX triplet: B2, C3 and F7. RGB value is (178,195,247). Sum of RGB (Red+Green+Blue) = 178+195+247=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #B2C3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C3F7 is #4D3C08. Grayscale: #C3C3C3. Windows color (decimal): -5061641 or 16237490. OLE color: 16237490.

HSL color Cylindrical-coordinate representation of color #B2C3F7: hue angle of 225.22º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2C3F7 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB178195247-
CMYK0.280.2100.03
HSL225.22º81.18%83.33%-
HSV(B)225.22º27.94%96.86%-
XYZ54.6655.2195.77-
YUV195.84156.87115.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.71%
GREEN value IS 195 (76.56% from 255) = 31.45%
BLUE value IS 247 (96.88% from 255) = 39.84%
R=28.71%
G=31.45%
B=39.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1781952470.280.2100.03225.2281.1883.33
HexB2C3F71C1503e15153
Octal262303367342503341121123
Binary10110010110000111111011111100101010111110000110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2c3f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2c3f7; }

 p { color: rgb(178,195,247); }

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

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

 a { background-color: rgb(178,195,247); }

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

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

 span { border-color: rgb(178,195,247); }

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