Html Css Color HEX #B0F4BD Fringy Flower

📋 copy color: '#B0F4BD'

red 176 ◦ green 244 ◦ blue 189

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

Shades of Fringy Flower #B0F4BD

Tints of Fringy Flower #B0F4BD

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.07%

 BLUE value IS 189 (74.22% from 255) = 31.03%

R = 28.9%
G = 40.07%
B = 31.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#B0F4BD (or 0xB0F4BD) is known color: Fringy Flower. HEX triplet: B0, F4 and BD. RGB value is (176,244,189). Sum of RGB (Red+Green+Blue) = 176+244+189=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F4BD is #4F0B42. Grayscale: #D9D9D9. Windows color (decimal): -5180227 or 12448944. OLE color: 12448944.

HSL color Cylindrical-coordinate representation of color #B0F4BD: hue angle of 131.47º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F4BD is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 244 189 -
CMYK 0.28 0 0.23 0.04
HSL 131.47º 0.76% 0.82% -
HSV(B) 131.47º 0.28% 0.96% -
XYZ 59.44 77.61 59.99 -
YUV 217.4 111.97 98.47 -
System Red Green Blue C M Y K H S L
Decimal 176 244 189 0.28 0 0.23 0.04 131.47 0.76 0.82
Hex B0 F4 BD 1C 0 17 4 83 4C 52
Octal 260 364 275 34 0 27 4 203 114 122
Binary 10110000 11110100 10111101 11100 0 10111 100 10000011 1001100 1010010

Color Harmonies of #B0F4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F4BD

Black with #B0F4BD

Text Example


Text Example

White with #B0F4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F4BD; }

 p { color: rgb(176,244,189); }

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

background-color css

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

 a { background-color: rgb(176,244,189); }

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

border-color css

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

 span { border-color: rgb(176,244,189); }

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