Html Css Color HEX #B9DFBA Fringy Flower

📋 copy color: '#B9DFBA'

red 185 ◦ green 223 ◦ blue 186

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

Shades of Fringy Flower #B9DFBA

Tints of Fringy Flower #B9DFBA

RGB

 RED value IS 185 (72.66% from 255) = 31.14%

 GREEN value IS 223 (87.5% from 255) = 37.54%

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

R = 31.14%
G = 37.54%
B = 31.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#B9DFBA (or 0xB9DFBA) is known color: Fringy Flower. HEX triplet: B9, DF and BA. RGB value is (185,223,186). Sum of RGB (Red+Green+Blue) = 185+223+186=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFBA is #462045. Grayscale: #CFCFCF. Windows color (decimal): -4595782 or 12246969. OLE color: 12246969.

HSL color Cylindrical-coordinate representation of color #B9DFBA: hue angle of 121.58º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DFBA is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 223 186 -
CMYK 0.17 0 0.17 0.13
HSL 121.58º 0.37% 0.8% -
HSV(B) 121.58º 0.17% 0.87% -
XYZ 55.26 66.63 56.4 -
YUV 207.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 185 223 186 0.17 0 0.17 0.13 121.58 0.37 0.8
Hex B9 DF BA 11 0 11 D 7A 25 50
Octal 271 337 272 21 0 21 15 172 45 120
Binary 10111001 11011111 10111010 10001 0 10001 1101 1111010 100101 1010000

Color Harmonies of #B9DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DFBA

Black with #B9DFBA

Text Example


Text Example

White with #B9DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DFBA; }

 p { color: rgb(185,223,186); }

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

background-color css

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

 a { background-color: rgb(185,223,186); }

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

border-color css

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

 span { border-color: rgb(185,223,186); }

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