Html Css Color HEX #B7D9BF Fringy Flower

📋 copy color: '#B7D9BF'

red 183 ◦ green 217 ◦ blue 191

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

Shades of Fringy Flower #B7D9BF

Tints of Fringy Flower #B7D9BF

RGB

 RED value IS 183 (71.88% from 255) = 30.96%

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

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

R = 30.96%
G = 36.72%
B = 32.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#B7D9BF (or 0xB7D9BF) is known color: Fringy Flower. HEX triplet: B7, D9 and BF. RGB value is (183,217,191). Sum of RGB (Red+Green+Blue) = 183+217+191=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D9BF is #482640. Grayscale: #CBCBCB. Windows color (decimal): -4728385 or 12573111. OLE color: 12573111.

HSL color Cylindrical-coordinate representation of color #B7D9BF: hue angle of 134.12º degrees, saturation: 0.31, 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 #B7D9BF is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 217 191 -
CMYK 0.16 0 0.12 0.15
HSL 134.12º 0.31% 0.78% -
HSV(B) 134.12º 0.16% 0.85% -
XYZ 53.75 63.45 58.71 -
YUV 203.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 183 217 191 0.16 0 0.12 0.15 134.12 0.31 0.78
Hex B7 D9 BF 10 0 C F 86 1F 4E
Octal 267 331 277 20 0 14 17 206 37 116
Binary 10110111 11011001 10111111 10000 0 1100 1111 10000110 11111 1001110

Color Harmonies of #B7D9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D9BF

Black with #B7D9BF

Text Example


Text Example

White with #B7D9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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