Html Css Color HEX #BFE8BD Fringy Flower

📋 copy color: '#BFE8BD'

red 191 ◦ green 232 ◦ blue 189

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

Shades of Fringy Flower #BFE8BD

Tints of Fringy Flower #BFE8BD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.91%

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

R = 31.21%
G = 37.91%
B = 30.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#BFE8BD (or 0xBFE8BD) is known color: Fringy Flower. HEX triplet: BF, E8 and BD. RGB value is (191,232,189). Sum of RGB (Red+Green+Blue) = 191+232+189=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8BD is #401742. Grayscale: #D6D6D6. Windows color (decimal): -4200259 or 12445887. OLE color: 12445887.

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

Color convert

RGB 191 232 189 -
CMYK 0.18 0 0.19 0.09
HSL 117.21º 0.48% 0.83% -
HSV(B) 117.21º 0.19% 0.91% -
XYZ 59.53 72.46 58.99 -
YUV 214.84 113.42 111 -
System Red Green Blue C M Y K H S L
Decimal 191 232 189 0.18 0 0.19 0.09 117.21 0.48 0.83
Hex BF E8 BD 12 0 13 9 75 30 53
Octal 277 350 275 22 0 23 11 165 60 123
Binary 10111111 11101000 10111101 10010 0 10011 1001 1110101 110000 1010011

Color Harmonies of #BFE8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE8BD

Black with #BFE8BD

Text Example


Text Example

White with #BFE8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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