Html Css Color HEX #B6D9BD Fringy Flower

📋 copy color: '#B6D9BD'

red 182 ◦ green 217 ◦ blue 189

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

Shades of Fringy Flower #B6D9BD

Tints of Fringy Flower #B6D9BD

RGB

 RED value IS 182 (71.48% from 255) = 30.95%

 GREEN value IS 217 (85.16% from 255) = 36.9%

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

R = 30.95%
G = 36.9%
B = 32.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#B6D9BD (or 0xB6D9BD) is known color: Fringy Flower. HEX triplet: B6, D9 and BD. RGB value is (182,217,189). Sum of RGB (Red+Green+Blue) = 182+217+189=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D9BD is #492642. Grayscale: #CBCBCB. Windows color (decimal): -4793923 or 12442038. OLE color: 12442038.

HSL color Cylindrical-coordinate representation of color #B6D9BD: hue angle of 132º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6D9BD is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 217 189 -
CMYK 0.16 0 0.13 0.15
HSL 132º 0.32% 0.78% -
HSV(B) 132º 0.16% 0.85% -
XYZ 53.29 63.24 57.54 -
YUV 203.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 182 217 189 0.16 0 0.13 0.15 132 0.32 0.78
Hex B6 D9 BD 10 0 D F 84 20 4E
Octal 266 331 275 20 0 15 17 204 40 116
Binary 10110110 11011001 10111101 10000 0 1101 1111 10000100 100000 1001110

Color Harmonies of #B6D9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D9BD

Black with #B6D9BD

Text Example


Text Example

White with #B6D9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D9BD; }

 p { color: rgb(182,217,189); }

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

background-color css

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

 a { background-color: rgb(182,217,189); }

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

border-color css

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

 span { border-color: rgb(182,217,189); }

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