Html Css Color HEX #B9DFBC Fringy Flower

📋 copy color: '#B9DFBC'

red 185 ◦ green 223 ◦ blue 188

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

Shades of Fringy Flower #B9DFBC

Tints of Fringy Flower #B9DFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.54%

R = 31.04%
G = 37.42%
B = 31.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#B9DFBC (or 0xB9DFBC) is known color: Fringy Flower. HEX triplet: B9, DF and BC. RGB value is (185,223,188). Sum of RGB (Red+Green+Blue) = 185+223+188=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFBC is #462043. Grayscale: #CFCFCF. Windows color (decimal): -4595780 or 12378041. OLE color: 12378041.

HSL color Cylindrical-coordinate representation of color #B9DFBC: hue angle of 124.74º 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 #B9DFBC is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 223 188 -
CMYK 0.17 0 0.16 0.13
HSL 124.74º 0.37% 0.8% -
HSV(B) 124.74º 0.17% 0.87% -
XYZ 55.47 66.72 57.53 -
YUV 207.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 185 223 188 0.17 0 0.16 0.13 124.74 0.37 0.8
Hex B9 DF BC 11 0 10 D 7D 25 50
Octal 271 337 274 21 0 20 15 175 45 120
Binary 10111001 11011111 10111100 10001 0 10000 1101 1111101 100101 1010000

Color Harmonies of #B9DFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DFBC

Black with #B9DFBC

Text Example


Text Example

White with #B9DFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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