Html Css Color HEX #BFEEBD Fringy Flower

📋 copy color: '#BFEEBD'

red 191 ◦ green 238 ◦ blue 189

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

Shades of Fringy Flower #BFEEBD

Tints of Fringy Flower #BFEEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.51%

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

R = 30.91%
G = 38.51%
B = 30.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#BFEEBD (or 0xBFEEBD) is known color: Fringy Flower. HEX triplet: BF, EE and BD. RGB value is (191,238,189). Sum of RGB (Red+Green+Blue) = 191+238+189=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEBD is #401142. Grayscale: #DADADA. Windows color (decimal): -4198723 or 12447423. OLE color: 12447423.

HSL color Cylindrical-coordinate representation of color #BFEEBD: hue angle of 117.55º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFEEBD is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 189 -
CMYK 0.20 0 0.21 0.07
HSL 117.55º 0.59% 0.84% -
HSV(B) 117.55º 0.21% 0.93% -
XYZ 61.25 75.9 59.57 -
YUV 218.36 111.43 108.48 -
System Red Green Blue C M Y K H S L
Decimal 191 238 189 0.20 0 0.21 0.07 117.55 0.59 0.84
Hex BF EE BD 14 0 15 7 76 3B 54
Octal 277 356 275 24 0 25 7 166 73 124
Binary 10111111 11101110 10111101 10100 0 10101 111 1110110 111011 1010100

Color Harmonies of #BFEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEEBD

Black with #BFEEBD

Text Example


Text Example

White with #BFEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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