#B0F8C0

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

Shades of Fringy Flower #B0F8C0

Tints of Fringy Flower #B0F8C0

Color information

#B0F8C0 (or 0xB0F8C0) is unknown color: approx Fringy Flower. HEX triplet: B0, F8 and C0. RGB value is (176,248,192). Sum of RGB (Red+Green+Blue) = 176+248+192=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F8C0 is #4F073F. Grayscale: #DCDCDC. Windows color (decimal): -5179200 or 12646576. OLE color: 12646576.

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

Color convert

RGB176248192-
CMYK0.2900.230.03
HSL133.33º83.72%83.14%-
HSV(B)133.33º29.03%97.25%-
XYZ60.9980.1762.13-
YUV220.09112.1596.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.57%
GREEN value IS 248 (97.27% from 255) = 40.26%
BLUE value IS 192 (75.39% from 255) = 31.17%
R=28.57%
G=40.26%
B=31.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762481920.2900.230.03133.3383.7283.14
HexB0F8C01D0173855453
Octal260370300350273205124123
Binary10110000111110001100000011101010111111000010110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F8C0; }

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

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

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

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

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

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

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

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