Html Css Color HEX #B0FFBC Fringy Flower

📋 copy color: '#B0FFBC'

red 176 ◦ green 255 ◦ blue 188

#B0FFBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #B0FFBC

Tints of Fringy Flower #B0FFBC

RGB

 RED value IS 176 (69.14% from 255) = 28.43%

 GREEN value IS 255 (100% from 255) = 41.2%

 BLUE value IS 188 (73.83% from 255) = 30.37%

R = 28.43%
G = 41.2%
B = 30.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#B0FFBC (or 0xB0FFBC) is known color: 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

RGB 176 255 188 -
CMYK 0.31 0 0.26 0
HSL 129.11º 1% 0.85% -
HSV(B) 129.11º 0.31% 1% -
XYZ 62.74 84.38 60.56 -
YUV 223.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 176 255 188 0.31 0 0.26 0 129.11 1 0.85
Hex B0 FF BC 1F 0 1A 0 81 64 55
Octal 260 377 274 37 0 32 0 201 144 125
Binary 10110000 11111111 10111100 11111 0 11010 0 10000001 1100100 1010101

Color Harmonies of #B0FFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FFBC

Black with #B0FFBC

Text Example


Text Example

White with #B0FFBC

Text Example


Text Example

HTML Codes & Css Web 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>