Html Css Color HEX #B9DCBF Fringy Flower

📋 copy color: '#B9DCBF'

red 185 ◦ green 220 ◦ blue 191

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

Shades of Fringy Flower #B9DCBF

Tints of Fringy Flower #B9DCBF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.91%

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

R = 31.04%
G = 36.91%
B = 32.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#B9DCBF (or 0xB9DCBF) is known color: Fringy Flower. HEX triplet: B9, DC and BF. RGB value is (185,220,191). Sum of RGB (Red+Green+Blue) = 185+220+191=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCBF is #462340. Grayscale: #CECECE. Windows color (decimal): -4596545 or 12573881. OLE color: 12573881.

HSL color Cylindrical-coordinate representation of color #B9DCBF: hue angle of 130.29º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DCBF is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 191 -
CMYK 0.16 0 0.13 0.14
HSL 130.29º 0.33% 0.79% -
HSV(B) 130.29º 0.16% 0.86% -
XYZ 55 65.26 58.99 -
YUV 206.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 185 220 191 0.16 0 0.13 0.14 130.29 0.33 0.79
Hex B9 DC BF 10 0 D E 82 21 4F
Octal 271 334 277 20 0 15 16 202 41 117
Binary 10111001 11011100 10111111 10000 0 1101 1110 10000010 100001 1001111

Color Harmonies of #B9DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCBF

Black with #B9DCBF

Text Example


Text Example

White with #B9DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCBF; }

 p { color: rgb(185,220,191); }

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

background-color css

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

 a { background-color: rgb(185,220,191); }

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

border-color css

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

 span { border-color: rgb(185,220,191); }

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