Html Css Color HEX #B9DBBF Fringy Flower

📋 copy color: '#B9DBBF'

red 185 ◦ green 219 ◦ blue 191

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

Shades of Fringy Flower #B9DBBF

Tints of Fringy Flower #B9DBBF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.81%

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

R = 31.09%
G = 36.81%
B = 32.1%

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

#B9DBBF (or 0xB9DBBF) is known color: Fringy Flower. HEX triplet: B9, DB and BF. RGB value is (185,219,191). Sum of RGB (Red+Green+Blue) = 185+219+191=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBBF is #462440. Grayscale: #CDCDCD. Windows color (decimal): -4596801 or 12573625. OLE color: 12573625.

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

Color convert

RGB 185 219 191 -
CMYK 0.16 0 0.13 0.14
HSL 130.59º 0.32% 0.79% -
HSV(B) 130.59º 0.16% 0.86% -
XYZ 54.74 64.74 58.9 -
YUV 205.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 185 219 191 0.16 0 0.13 0.14 130.59 0.32 0.79
Hex B9 DB BF 10 0 D E 83 20 4F
Octal 271 333 277 20 0 15 16 203 40 117
Binary 10111001 11011011 10111111 10000 0 1101 1110 10000011 100000 1001111

Color Harmonies of #B9DBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DBBF

Black with #B9DBBF

Text Example


Text Example

White with #B9DBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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