Html Css Color HEX #B0F9BF Fringy Flower

📋 copy color: '#B0F9BF'

red 176 ◦ green 249 ◦ blue 191

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

Shades of Fringy Flower #B0F9BF

Tints of Fringy Flower #B0F9BF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.42%

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

R = 28.57%
G = 40.42%
B = 31.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#B0F9BF (or 0xB0F9BF) is known color: Fringy Flower. HEX triplet: B0, F9 and BF. RGB value is (176,249,191). Sum of RGB (Red+Green+Blue) = 176+249+191=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F9BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F9BF is #4F0640. Grayscale: #DCDCDC. Windows color (decimal): -5178945 or 12581296. OLE color: 12581296.

HSL color Cylindrical-coordinate representation of color #B0F9BF: hue angle of 132.33º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F9BF is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 249 191 -
CMYK 0.29 0 0.23 0.02
HSL 132.33º 0.86% 0.83% -
HSV(B) 132.33º 0.29% 0.98% -
XYZ 61.18 80.74 61.65 -
YUV 220.56 111.32 96.22 -
System Red Green Blue C M Y K H S L
Decimal 176 249 191 0.29 0 0.23 0.02 132.33 0.86 0.83
Hex B0 F9 BF 1D 0 17 2 84 56 53
Octal 260 371 277 35 0 27 2 204 126 123
Binary 10110000 11111001 10111111 11101 0 10111 10 10000100 1010110 1010011

Color Harmonies of #B0F9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F9BF

Black with #B0F9BF

Text Example


Text Example

White with #B0F9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F9BF; }

 p { color: rgb(176,249,191); }

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

background-color css

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

 a { background-color: rgb(176,249,191); }

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

border-color css

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

 span { border-color: rgb(176,249,191); }

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