Html Css Color HEX #BFF2BC Fringy Flower

📋 copy color: '#BFF2BC'

red 191 ◦ green 242 ◦ blue 188

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

Shades of Fringy Flower #BFF2BC

Tints of Fringy Flower #BFF2BC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.97%

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

R = 30.76%
G = 38.97%
B = 30.27%

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

#BFF2BC (or 0xBFF2BC) is known color: Fringy Flower. HEX triplet: BF, F2 and BC. RGB value is (191,242,188). Sum of RGB (Red+Green+Blue) = 191+242+188=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2BC is #400D43. Grayscale: #DCDCDC. Windows color (decimal): -4197700 or 12382911. OLE color: 12382911.

HSL color Cylindrical-coordinate representation of color #BFF2BC: hue angle of 116.67º degrees, saturation: 0.68, 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 #BFF2BC is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 242 188 -
CMYK 0.21 0 0.22 0.05
HSL 116.67º 0.68% 0.84% -
HSV(B) 116.67º 0.22% 0.95% -
XYZ 62.32 78.21 59.39 -
YUV 220.6 109.6 106.89 -
System Red Green Blue C M Y K H S L
Decimal 191 242 188 0.21 0 0.22 0.05 116.67 0.68 0.84
Hex BF F2 BC 15 0 16 5 75 44 54
Octal 277 362 274 25 0 26 5 165 104 124
Binary 10111111 11110010 10111100 10101 0 10110 101 1110101 1000100 1010100

Color Harmonies of #BFF2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF2BC

Black with #BFF2BC

Text Example


Text Example

White with #BFF2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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