#B0FFBC

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

Shades of Fringy Flower #B0FFBC

Tints of Fringy Flower #B0FFBC

Color information

#B0FFBC (or 0xB0FFBC) is unknown color: approx Fringy Flower. HEX triplet: B0, FF and BC. RGB value is (176,255,188). Sum of RGB (Red+Green+Blue) = 176+255+188=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFBC is #4F0043. Grayscale: #DFDFDF. Windows color (decimal): -5177412 or 12386224. OLE color: 12386224.

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

Color convert

RGB176255188-
CMYK0.3100.260
HSL129.11º100%84.51%-
HSV(B)129.11º30.98%100%-
XYZ62.7484.3860.56-
YUV223.74107.8393.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.43%
GREEN value IS 255 (100% from 255) = 41.20%
BLUE value IS 188 (73.83% from 255) = 30.37%
R=28.43%
G=41.20%
B=30.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762551880.3100.260129.1110084.51
HexB0FFBC1F01A0816455
Octal260377274370320201144125
Binary1011000011111111101111001111101101001000000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFBC; }

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

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

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

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

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

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

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

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