Html Css Color HEX #B8D9BF Fringy Flower

📋 copy color: '#B8D9BF'

red 184 ◦ green 217 ◦ blue 191

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

Shades of Fringy Flower #B8D9BF

Tints of Fringy Flower #B8D9BF

RGB

 RED value IS 184 (72.27% from 255) = 31.08%

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

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

R = 31.08%
G = 36.66%
B = 32.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#B8D9BF (or 0xB8D9BF) is known color: Fringy Flower. HEX triplet: B8, D9 and BF. RGB value is (184,217,191). Sum of RGB (Red+Green+Blue) = 184+217+191=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D9BF is #472640. Grayscale: #CCCCCC. Windows color (decimal): -4662849 or 12573112. OLE color: 12573112.

HSL color Cylindrical-coordinate representation of color #B8D9BF: hue angle of 132.73º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8D9BF is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 217 191 -
CMYK 0.15 0 0.12 0.15
HSL 132.73º 0.3% 0.79% -
HSV(B) 132.73º 0.15% 0.85% -
XYZ 53.98 63.58 58.72 -
YUV 204.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 184 217 191 0.15 0 0.12 0.15 132.73 0.3 0.79
Hex B8 D9 BF F 0 C F 85 1E 4F
Octal 270 331 277 17 0 14 17 205 36 117
Binary 10111000 11011001 10111111 1111 0 1100 1111 10000101 11110 1001111

Color Harmonies of #B8D9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D9BF

Black with #B8D9BF

Text Example


Text Example

White with #B8D9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D9BF; }

 p { color: rgb(184,217,191); }

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

background-color css

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

 a { background-color: rgb(184,217,191); }

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

border-color css

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

 span { border-color: rgb(184,217,191); }

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