Html Css Color HEX #B0E5BF Fringy Flower

📋 copy color: '#B0E5BF'

red 176 ◦ green 229 ◦ blue 191

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

Shades of Fringy Flower #B0E5BF

Tints of Fringy Flower #B0E5BF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.42%

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

R = 29.53%
G = 38.42%
B = 32.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#B0E5BF (or 0xB0E5BF) is known color: Fringy Flower. HEX triplet: B0, E5 and BF. RGB value is (176,229,191). Sum of RGB (Red+Green+Blue) = 176+229+191=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E5BF is #4F1A40. Grayscale: #D0D0D0. Windows color (decimal): -5184065 or 12576176. OLE color: 12576176.

HSL color Cylindrical-coordinate representation of color #B0E5BF: hue angle of 136.98º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E5BF is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 229 191 -
CMYK 0.23 0 0.17 0.10
HSL 136.98º 0.5% 0.79% -
HSV(B) 136.98º 0.23% 0.9% -
XYZ 55.33 69.03 59.7 -
YUV 208.82 117.94 104.59 -
System Red Green Blue C M Y K H S L
Decimal 176 229 191 0.23 0 0.17 0.10 136.98 0.5 0.79
Hex B0 E5 BF 17 0 11 A 89 32 4F
Octal 260 345 277 27 0 21 12 211 62 117
Binary 10110000 11100101 10111111 10111 0 10001 1010 10001001 110010 1001111

Color Harmonies of #B0E5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E5BF

Black with #B0E5BF

Text Example


Text Example

White with #B0E5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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