Html Css Color HEX #BFF7BD Fringy Flower

📋 copy color: '#BFF7BD'

red 191 ◦ green 247 ◦ blue 189

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

Shades of Fringy Flower #BFF7BD

Tints of Fringy Flower #BFF7BD

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.39%

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

R = 30.46%
G = 39.39%
B = 30.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#BFF7BD (or 0xBFF7BD) is known color: Fringy Flower. HEX triplet: BF, F7 and BD. RGB value is (191,247,189). Sum of RGB (Red+Green+Blue) = 191+247+189=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7BD is #400842. Grayscale: #DFDFDF. Windows color (decimal): -4196419 or 12449727. OLE color: 12449727.

HSL color Cylindrical-coordinate representation of color #BFF7BD: hue angle of 117.93º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF7BD is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 247 189 -
CMYK 0.23 0 0.23 0.03
HSL 117.93º 0.78% 0.85% -
HSV(B) 117.93º 0.23% 0.97% -
XYZ 63.93 81.27 60.46 -
YUV 223.64 108.45 104.72 -
System Red Green Blue C M Y K H S L
Decimal 191 247 189 0.23 0 0.23 0.03 117.93 0.78 0.85
Hex BF F7 BD 17 0 17 3 76 4E 55
Octal 277 367 275 27 0 27 3 166 116 125
Binary 10111111 11110111 10111101 10111 0 10111 11 1110110 1001110 1010101

Color Harmonies of #BFF7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF7BD

Black with #BFF7BD

Text Example


Text Example

White with #BFF7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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