Html Css Color HEX #BFE7BD Fringy Flower

📋 copy color: '#BFE7BD'

red 191 ◦ green 231 ◦ blue 189

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

Shades of Fringy Flower #BFE7BD

Tints of Fringy Flower #BFE7BD

RGB

 RED value IS 191 (75% from 255) = 31.26%

 GREEN value IS 231 (90.63% from 255) = 37.81%

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

R = 31.26%
G = 37.81%
B = 30.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#BFE7BD (or 0xBFE7BD) is known color: Fringy Flower. HEX triplet: BF, E7 and BD. RGB value is (191,231,189). Sum of RGB (Red+Green+Blue) = 191+231+189=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7BD is #401842. Grayscale: #D6D6D6. Windows color (decimal): -4200515 or 12445631. OLE color: 12445631.

HSL color Cylindrical-coordinate representation of color #BFE7BD: hue angle of 117.14º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE7BD is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 231 189 -
CMYK 0.17 0 0.18 0.09
HSL 117.14º 0.47% 0.82% -
HSV(B) 117.14º 0.18% 0.91% -
XYZ 59.25 71.9 58.9 -
YUV 214.25 113.75 111.42 -
System Red Green Blue C M Y K H S L
Decimal 191 231 189 0.17 0 0.18 0.09 117.14 0.47 0.82
Hex BF E7 BD 11 0 12 9 75 2F 52
Octal 277 347 275 21 0 22 11 165 57 122
Binary 10111111 11100111 10111101 10001 0 10010 1001 1110101 101111 1010010

Color Harmonies of #BFE7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE7BD

Black with #BFE7BD

Text Example


Text Example

White with #BFE7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE7BD; }

 p { color: rgb(191,231,189); }

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

background-color css

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

 a { background-color: rgb(191,231,189); }

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

border-color css

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

 span { border-color: rgb(191,231,189); }

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