Html Css Color HEX #B4FBC1 Fringy Flower

📋 copy color: '#B4FBC1'

red 180 ◦ green 251 ◦ blue 193

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

Shades of Fringy Flower #B4FBC1

Tints of Fringy Flower #B4FBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.93%

R = 28.85%
G = 40.22%
B = 30.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#B4FBC1 (or 0xB4FBC1) is known color: Fringy Flower. HEX triplet: B4, FB and C1. RGB value is (180,251,193). Sum of RGB (Red+Green+Blue) = 180+251+193=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBC1 is #4B043E. Grayscale: #DFDFDF. Windows color (decimal): -4916287 or 12712884. OLE color: 12712884.

HSL color Cylindrical-coordinate representation of color #B4FBC1: hue angle of 130.99º 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 #B4FBC1 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 251 193 -
CMYK 0.28 0 0.23 0.02
HSL 130.99º 0.9% 0.85% -
HSV(B) 130.99º 0.28% 0.98% -
XYZ 62.95 82.55 63.07 -
YUV 223.16 110.98 97.22 -
System Red Green Blue C M Y K H S L
Decimal 180 251 193 0.28 0 0.23 0.02 130.99 0.9 0.85
Hex B4 FB C1 1C 0 17 2 83 5A 55
Octal 264 373 301 34 0 27 2 203 132 125
Binary 10110100 11111011 11000001 11100 0 10111 10 10000011 1011010 1010101

Color Harmonies of #B4FBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FBC1

Black with #B4FBC1

Text Example


Text Example

White with #B4FBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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