#B0FEC0

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

Shades of Fringy Flower #B0FEC0

Tints of Fringy Flower #B0FEC0

Color information

#B0FEC0 (or 0xB0FEC0) is unknown color: approx Fringy Flower. HEX triplet: B0, FE and C0. RGB value is (176,254,192). Sum of RGB (Red+Green+Blue) = 176+254+192=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEC0 is #4F013F. Grayscale: #DFDFDF. Windows color (decimal): -5177664 or 12648112. OLE color: 12648112.

HSL color Cylindrical-coordinate representation of color #B0FEC0: hue angle of 132.31º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEC0 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB176254192-
CMYK0.3100.240.00
HSL132.31º97.5%84.31%-
HSV(B)132.31º30.71%99.61%-
XYZ62.8683.9262.75-
YUV223.61110.1694.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.30%
GREEN value IS 254 (99.61% from 255) = 40.84%
BLUE value IS 192 (75.39% from 255) = 30.87%
R=28.30%
G=40.84%
B=30.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762541920.3100.240.00132.3197.584.31
HexB0FEC01F0180846254
Octal260376300370300204142124
Binary1011000011111110110000001111101100001000010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FEC0; }

 p { color: rgb(176,254,192); }

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

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

 a { background-color: rgb(176,254,192); }

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

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

 span { border-color: rgb(176,254,192); }

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