Html Css Color HEX #BFE5BD Fringy Flower

📋 copy color: '#BFE5BD'

red 191 ◦ green 229 ◦ blue 189

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

Shades of Fringy Flower #BFE5BD

Tints of Fringy Flower #BFE5BD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.6%

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

R = 31.36%
G = 37.6%
B = 31.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#BFE5BD (or 0xBFE5BD) is known color: Fringy Flower. HEX triplet: BF, E5 and BD. RGB value is (191,229,189). Sum of RGB (Red+Green+Blue) = 191+229+189=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5BD is #401A42. Grayscale: #D5D5D5. Windows color (decimal): -4201027 or 12445119. OLE color: 12445119.

HSL color Cylindrical-coordinate representation of color #BFE5BD: hue angle of 117º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE5BD is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 189 -
CMYK 0.17 0 0.17 0.10
HSL 117º 0.43% 0.82% -
HSV(B) 117º 0.17% 0.9% -
XYZ 58.69 70.79 58.71 -
YUV 213.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 191 229 189 0.17 0 0.17 0.10 117 0.43 0.82
Hex BF E5 BD 11 0 11 A 75 2B 52
Octal 277 345 275 21 0 21 12 165 53 122
Binary 10111111 11100101 10111101 10001 0 10001 1010 1110101 101011 1010010

Color Harmonies of #BFE5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE5BD

Black with #BFE5BD

Text Example


Text Example

White with #BFE5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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