Html Css Color HEX #B9DCBD Fringy Flower

📋 copy color: '#B9DCBD'

red 185 ◦ green 220 ◦ blue 189

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

Shades of Fringy Flower #B9DCBD

Tints of Fringy Flower #B9DCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.82%

R = 31.14%
G = 37.04%
B = 31.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#B9DCBD (or 0xB9DCBD) is known color: Fringy Flower. HEX triplet: B9, DC and BD. RGB value is (185,220,189). Sum of RGB (Red+Green+Blue) = 185+220+189=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCBD is #462342. Grayscale: #CECECE. Windows color (decimal): -4596547 or 12442809. OLE color: 12442809.

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

Color convert

RGB 185 220 189 -
CMYK 0.16 0 0.14 0.14
HSL 126.86º 0.33% 0.79% -
HSV(B) 126.86º 0.16% 0.86% -
XYZ 54.79 65.17 57.84 -
YUV 206 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 185 220 189 0.16 0 0.14 0.14 126.86 0.33 0.79
Hex B9 DC BD 10 0 E E 7F 21 4F
Octal 271 334 275 20 0 16 16 177 41 117
Binary 10111001 11011100 10111101 10000 0 1110 1110 1111111 100001 1001111

Color Harmonies of #B9DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCBD

Black with #B9DCBD

Text Example


Text Example

White with #B9DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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