Html Css Color HEX #BFF1BC Fringy Flower

📋 copy color: '#BFF1BC'

red 191 ◦ green 241 ◦ blue 188

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

Shades of Fringy Flower #BFF1BC

Tints of Fringy Flower #BFF1BC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.87%

 BLUE value IS 188 (73.83% from 255) = 30.32%

R = 30.81%
G = 38.87%
B = 30.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#BFF1BC (or 0xBFF1BC) is known color: Fringy Flower. HEX triplet: BF, F1 and BC. RGB value is (191,241,188). Sum of RGB (Red+Green+Blue) = 191+241+188=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF1BC is #400E43. Grayscale: #DCDCDC. Windows color (decimal): -4197956 or 12382655. OLE color: 12382655.

HSL color Cylindrical-coordinate representation of color #BFF1BC: hue angle of 116.6º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF1BC is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 241 188 -
CMYK 0.21 0 0.22 0.05
HSL 116.6º 0.65% 0.84% -
HSV(B) 116.6º 0.22% 0.95% -
XYZ 62.02 77.62 59.29 -
YUV 220.01 109.94 107.31 -
System Red Green Blue C M Y K H S L
Decimal 191 241 188 0.21 0 0.22 0.05 116.6 0.65 0.84
Hex BF F1 BC 15 0 16 5 75 41 54
Octal 277 361 274 25 0 26 5 165 101 124
Binary 10111111 11110001 10111100 10101 0 10110 101 1110101 1000001 1010100

Color Harmonies of #BFF1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF1BC

Black with #BFF1BC

Text Example


Text Example

White with #BFF1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF1BC; }

 p { color: rgb(191,241,188); }

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

background-color css

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

 a { background-color: rgb(191,241,188); }

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

border-color css

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

 span { border-color: rgb(191,241,188); }

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