Html Css Color HEX #B0E5BA Fringy Flower

📋 copy color: '#B0E5BA'

red 176 ◦ green 229 ◦ blue 186

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

Shades of Fringy Flower #B0E5BA

Tints of Fringy Flower #B0E5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.47%

R = 29.78%
G = 38.75%
B = 31.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#B0E5BA (or 0xB0E5BA) is known color: Fringy Flower. HEX triplet: B0, E5 and BA. RGB value is (176,229,186). Sum of RGB (Red+Green+Blue) = 176+229+186=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E5BA is #4F1A45. Grayscale: #D0D0D0. Windows color (decimal): -5184070 or 12248496. OLE color: 12248496.

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

Color convert

RGB 176 229 186 -
CMYK 0.23 0 0.19 0.10
HSL 131.32º 0.5% 0.79% -
HSV(B) 131.32º 0.23% 0.9% -
XYZ 54.79 68.81 56.85 -
YUV 208.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 176 229 186 0.23 0 0.19 0.10 131.32 0.5 0.79
Hex B0 E5 BA 17 0 13 A 83 32 4F
Octal 260 345 272 27 0 23 12 203 62 117
Binary 10110000 11100101 10111010 10111 0 10011 1010 10000011 110010 1001111

Color Harmonies of #B0E5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E5BA

Black with #B0E5BA

Text Example


Text Example

White with #B0E5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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