Html Css Color HEX #B0FBC2 Fringy Flower

📋 copy color: '#B0FBC2'

red 176 ◦ green 251 ◦ blue 194

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

Shades of Fringy Flower #B0FBC2

Tints of Fringy Flower #B0FBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.24%

R = 28.34%
G = 40.42%
B = 31.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#B0FBC2 (or 0xB0FBC2) is known color: Fringy Flower. HEX triplet: B0, FB and C2. RGB value is (176,251,194). Sum of RGB (Red+Green+Blue) = 176+251+194=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBC2 is #4F043D. Grayscale: #DEDEDE. Windows color (decimal): -5178430 or 12778416. OLE color: 12778416.

HSL color Cylindrical-coordinate representation of color #B0FBC2: hue angle of 134.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FBC2 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 251 194 -
CMYK 0.30 0 0.23 0.02
HSL 134.4º 0.9% 0.84% -
HSV(B) 134.4º 0.3% 0.98% -
XYZ 62.14 82.12 63.61 -
YUV 222.08 112.15 95.13 -
System Red Green Blue C M Y K H S L
Decimal 176 251 194 0.30 0 0.23 0.02 134.4 0.9 0.84
Hex B0 FB C2 1E 0 17 2 86 5A 54
Octal 260 373 302 36 0 27 2 206 132 124
Binary 10110000 11111011 11000010 11110 0 10111 10 10000110 1011010 1010100

Color Harmonies of #B0FBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FBC2

Black with #B0FBC2

Text Example


Text Example

White with #B0FBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FBC2; }

 p { color: rgb(176,251,194); }

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

background-color css

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

 a { background-color: rgb(176,251,194); }

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

border-color css

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

 span { border-color: rgb(176,251,194); }

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