Html Css Color HEX #B0D9BA Fringy Flower

📋 copy color: '#B0D9BA'

red 176 ◦ green 217 ◦ blue 186

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

Shades of Fringy Flower #B0D9BA

Tints of Fringy Flower #B0D9BA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.48%

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

R = 30.4%
G = 37.48%
B = 32.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#B0D9BA (or 0xB0D9BA) is known color: Fringy Flower. HEX triplet: B0, D9 and BA. RGB value is (176,217,186). Sum of RGB (Red+Green+Blue) = 176+217+186=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D9BA is #4F2645. Grayscale: #C9C9C9. Windows color (decimal): -5187142 or 12245424. OLE color: 12245424.

HSL color Cylindrical-coordinate representation of color #B0D9BA: hue angle of 134.63º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D9BA is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 217 186 -
CMYK 0.19 0 0.14 0.15
HSL 134.63º 0.35% 0.77% -
HSV(B) 134.63º 0.19% 0.85% -
XYZ 51.58 62.4 55.78 -
YUV 201.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 176 217 186 0.19 0 0.14 0.15 134.63 0.35 0.77
Hex B0 D9 BA 13 0 E F 87 23 4D
Octal 260 331 272 23 0 16 17 207 43 115
Binary 10110000 11011001 10111010 10011 0 1110 1111 10000111 100011 1001101

Color Harmonies of #B0D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D9BA

Black with #B0D9BA

Text Example


Text Example

White with #B0D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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