#B0F8BC

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

Shades of Fringy Flower #B0F8BC

Tints of Fringy Flower #B0F8BC

Color information

#B0F8BC (or 0xB0F8BC) is unknown color: approx Fringy Flower. HEX triplet: B0, F8 and BC. RGB value is (176,248,188). Sum of RGB (Red+Green+Blue) = 176+248+188=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 248 (97.27% from 255 or 40.52% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F8BC is #4F0743. Grayscale: #DBDBDB. Windows color (decimal): -5179204 or 12384432. OLE color: 12384432.

HSL color Cylindrical-coordinate representation of color #B0F8BC: hue angle of 130º 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 #B0F8BC is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB176248188-
CMYK0.2900.240.03
HSL130º83.72%83.14%-
HSV(B)130º29.03%97.25%-
XYZ60.558059.83-
YUV219.63110.1596.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.76%
GREEN value IS 248 (97.27% from 255) = 40.52%
BLUE value IS 188 (73.83% from 255) = 30.72%
R=28.76%
G=40.52%
B=30.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762481880.2900.240.0313083.7283.14
HexB0F8BC1D0183825453
Octal260370274350303202124123
Binary10110000111110001011110011101011000111000001010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F8BC; }

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

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

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

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

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

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

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

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