Html Css Color HEX #B4FBBF Fringy Flower

📋 copy color: '#B4FBBF'

red 180 ◦ green 251 ◦ blue 191

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

Shades of Fringy Flower #B4FBBF

Tints of Fringy Flower #B4FBBF

RGB

 RED value IS 180 (70.7% from 255) = 28.94%

 GREEN value IS 251 (98.44% from 255) = 40.35%

 BLUE value IS 191 (75% from 255) = 30.71%

R = 28.94%
G = 40.35%
B = 30.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#B4FBBF (or 0xB4FBBF) is known color: Fringy Flower. HEX triplet: B4, FB and BF. RGB value is (180,251,191). Sum of RGB (Red+Green+Blue) = 180+251+191=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 251 (98.44% from 255 or 40.35% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBBF is #4B0440. Grayscale: #DFDFDF. Windows color (decimal): -4916289 or 12581812. OLE color: 12581812.

HSL color Cylindrical-coordinate representation of color #B4FBBF: hue angle of 129.3º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBBF is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 251 191 -
CMYK 0.28 0 0.24 0.02
HSL 129.3º 0.9% 0.85% -
HSV(B) 129.3º 0.28% 0.98% -
XYZ 62.72 82.46 61.9 -
YUV 222.93 109.98 97.38 -
System Red Green Blue C M Y K H S L
Decimal 180 251 191 0.28 0 0.24 0.02 129.3 0.9 0.85
Hex B4 FB BF 1C 0 18 2 81 5A 55
Octal 264 373 277 34 0 30 2 201 132 125
Binary 10110100 11111011 10111111 11100 0 11000 10 10000001 1011010 1010101

Color Harmonies of #B4FBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FBBF

Black with #B4FBBF

Text Example


Text Example

White with #B4FBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FBBF; }

 p { color: rgb(180,251,191); }

 H1.HeaderClassName
 {
   color: #B4FBBF;
 }
 .AnyTagClassName
 {
   color: #B4FBBF;
 }
</style>

background-color css

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

 a { background-color: rgb(180,251,191); }

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

border-color css

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

 span { border-color: rgb(180,251,191); }

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